COLOR #858DCA

HEX: #858DCA RGB: (133,141,202)

Color info

#858DCA contains mainly blue color. Web safe color of #858DCA is #9999CC (or #99C).

RGB color model

#858DCA color RGB value is (133,141,202).

RGB: (133,141,202) (52%, 55%, 79%)

RGB channels and saturation

R 133 of 255 = 52%
G 141 of 255 = 55%
B 202 of 255 = 79%

133
141
202

R + G + B ~ 62%. #858DCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 141 + 202 = 476 (100%)
R 133 of 476 ~ 27.94%
G 141 of 476 ~ 29.62%
B 202 of 476 ~ 42.44'%

%27.94
%29.62
%42.44

CMYK color model

#858DCA color CMYK value is (34,30,0,21).

  • cyan value is 34.16%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (34,30,0,21)
C34M30Y0K21 (34%, 30%, 0%, 21%)
(0.34 / 0.30 / 0.00 / 0.21)

CMYK percentages

%34.16
%30.2
%0
%20.78

Codes

Color #858DCA in popluar color models

85 8D CA
RGB 133 141 202
HSL 233° 39.43% 65.69%
HSB/HSV 233° 34.16% 79.22%
CMYK 34.16% 30.20% 0.00%
20.78%

Color #858DCA in popluar number systems.

HEX 85 8D CA
Decimal 133 141 202
Binary 10000101 10001101 11001010
Octal 205 215 312

Shades and tints

Shades of #858DCA

#858DCA
(133,141,202)
#7981B8
(121,129,184)
#6D75A6
(109,117,166)
#616994
(97,105,148)
#555D82
(85,93,130)
#495170
(73,81,112)
#3D455E
(61,69,94)
#31394C
(49,57,76)
#252D3A
(37,45,58)
#192128
(25,33,40)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #858DCA

#858DCA
(133,141,202)
#9097CE
(144,151,206)
#9BA1D2
(155,161,210)
#A6ABD6
(166,171,214)
#B1B5DA
(177,181,218)
#BCBFDE
(188,191,222)
#C7C9E2
(199,201,226)
#D2D3E6
(210,211,230)
#DDDDEA
(221,221,234)
#E8E7EE
(232,231,238)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858DCA color. Also use rgb(133,141,202) instead hex code.

Text Font Color

.myTextColor { color: #858DCA; }

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

This text font color is #858DCA.

Background Color

.myBgColor { background-color: #858DCA; }

<div style="background-color:#858DCA">Inner text</div>

This div background color is #858DCA.

Border color

.myBorderColor { border: 1px solid #858DCA; }

<div style="border:3px solid #858DCA">Div</div>

This div border color is #858DCA.

Opacity

.myOpacity80 { color: #858DCA; opacity: 0.8; }

<p style="color:#858DCA;opacity:0.8;">80%</p>

Text with #858DCA 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 #858DCA;}

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

This text has shadow with #858DCA color.


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

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

This text has shadow with #858DCA primary color and red secondary color.


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

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

This text has shadow with #858DCA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #858DCA.

Preview

Color preview on black background

This text has color #858DCA on black background.


Color preview on white background

This text has color #858DCA on white background.


Black color preview on #858DCA background

This text has black color on #858DCA background.


White color preview on #858DCA background

This text has white color on #858DCA background.


Related colors

Complementary color

Complementary color for #hex is #7A7235.


I love getcolorcode.com

Triadic colors

1 #CA858D and #8DCA85 with #858DCA are triadic colors.

2 #CA8D85 and #8D85CA with #858DCA are triadic colors.