COLOR #7085DA

HEX: #7085DA RGB: (112,133,218)

Color info

#7085DA contains mainly blue color. Web safe color of #7085DA is #6699CC (or #69C).

RGB color model

#7085DA color RGB value is (112,133,218).

RGB: (112,133,218) (44%, 52%, 85%)

RGB channels and saturation

R 112 of 255 = 44%
G 133 of 255 = 52%
B 218 of 255 = 85%

112
133
218

R + G + B ~ 60%. #7085DA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 133 + 218 = 463 (100%)
R 112 of 463 ~ 24.19%
G 133 of 463 ~ 28.73%
B 218 of 463 ~ 47.08'%

%24.19
%28.73
%47.08

CMYK color model

#7085DA color CMYK value is (49,39,0,15).

  • cyan value is 48.62%
  • magenta value is 38.99%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (49,39,0,15)
C49M39Y0K15 (49%, 39%, 0%, 15%)
(0.49 / 0.39 / 0.00 / 0.15)

CMYK percentages

%48.62
%38.99
%0
%14.51

Codes

Color #7085DA in popluar color models

70 85 DA
RGB 112 133 218
HSL 228° 58.89% 64.71%
HSB/HSV 228° 48.62% 85.49%
CMYK 48.62% 38.99% 0.00%
14.51%

Color #7085DA in popluar number systems.

HEX 70 85 DA
Decimal 112 133 218
Binary 1110000 10000101 11011010
Octal 160 205 332

Shades and tints

Shades of #7085DA

#7085DA
(112,133,218)
#6679C7
(102,121,199)
#5C6DB4
(92,109,180)
#5261A1
(82,97,161)
#48558E
(72,85,142)
#3E497B
(62,73,123)
#343D68
(52,61,104)
#2A3155
(42,49,85)
#202542
(32,37,66)
#16192F
(22,25,47)
#0C0D1C
(12,13,28)
#000000
(0,0,0)

Tints of #7085DA

#7085DA
(112,133,218)
#7D90DD
(125,144,221)
#8A9BE0
(138,155,224)
#97A6E3
(151,166,227)
#A4B1E6
(164,177,230)
#B1BCE9
(177,188,233)
#BEC7EC
(190,199,236)
#CBD2EF
(203,210,239)
#D8DDF2
(216,221,242)
#E5E8F5
(229,232,245)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7085DA color. Also use rgb(112,133,218) instead hex code.

Text Font Color

.myTextColor { color: #7085DA; }

<p style="color:#7085DA">This sample text font color is #7085DA.</p>

This text font color is #7085DA.

Background Color

.myBgColor { background-color: #7085DA; }

<div style="background-color:#7085DA">Inner text</div>

This div background color is #7085DA.

Border color

.myBorderColor { border: 1px solid #7085DA; }

<div style="border:3px solid #7085DA">Div</div>

This div border color is #7085DA.

Opacity

.myOpacity80 { color: #7085DA; opacity: 0.8; }

<p style="color:#7085DA;opacity:0.8;">80%</p>

Text with #7085DA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7085DA;}

<p style="text-shadow: 3px 3px 1px #7085DA">Text here.</p>

This text has shadow with #7085DA color.


.textShadow {text-shadow: 3px 3px 1px #7085DA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7085DA, 5px 5px 20px red">Text here.</p>

This text has shadow with #7085DA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7085DA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7085DA, Direction=45, Strength=4)">Text</p>

This text has shadow with #7085DA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7085DA;
-webkit-box-shadow: 1px 1px 3px 2px #7085DA;
box-shadow: 1px 1px 3px 2px #7085DA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7085DA; -webkit-box-shadow: 1px 1px 3px 2px #7085DA; box-shadow:1px 1px 3px 2px #7085DA;">
Div content here
</div>

This div box has shadow with color #7085DA.

Preview

Color preview on black background

This text has color #7085DA on black background.


Color preview on white background

This text has color #7085DA on white background.


Black color preview on #7085DA background

This text has black color on #7085DA background.


White color preview on #7085DA background

This text has white color on #7085DA background.


Related colors

Complementary color

Complementary color for #hex is #8F7A25.


I love getcolorcode.com

Triadic colors

1 #DA7085 and #85DA70 with #7085DA are triadic colors.

2 #DA8570 and #8570DA with #7085DA are triadic colors.