Html Css Color HEX #858DB6 Wild Blue Yonder

📋 copy color: '#858DB6'

red 133 ◦ green 141 ◦ blue 182

#858DB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #858DB6

Tints of Wild Blue Yonder #858DB6

RGB

 RED value IS 133 (52.34% from 255) = 29.17%

 GREEN value IS 141 (55.47% from 255) = 30.92%

 BLUE value IS 182 (71.48% from 255) = 39.91%

R = 29.17%
G = 30.92%
B = 39.91%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#858DB6 (or 0x858DB6) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and B6. RGB value is (133,141,182). Sum of RGB (Red+Green+Blue) = 133+141+182=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 182 - color contains mainly: blue. Hex color #858DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DB6 is #7A7249. Grayscale: #8F8F8F. Windows color (decimal): -8024650 or 11963781. OLE color: 11963781.

HSL color Cylindrical-coordinate representation of color #858DB6: hue angle of 230.2º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #858DB6 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 141 182 -
CMYK 0.27 0.23 0 0.29
HSL 230.2º 0.25% 0.62% -
HSV(B) 230.2º 0.27% 0.71% -
XYZ 27.64 27.41 48.09 -
YUV 143.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 133 141 182 0.27 0.23 0 0.29 230.2 0.25 0.62
Hex 85 8D B6 1B 17 0 1D E6 19 3E
Octal 205 215 266 33 27 0 35 346 31 76
Binary 10000101 10001101 10110110 11011 10111 0 11101 11100110 11001 111110

Color Harmonies of #858DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DB6

Black with #858DB6

Text Example


Text Example

White with #858DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858DB6; }

 p { color: rgb(133,141,182); }

 H1.HeaderClassName
 {
   color: #858DB6;
 }
 .AnyTagClassName
 {
   color: #858DB6;
 }
</style>

background-color css

<style>
 a { background-color: #858DB6; }

 a { background-color: rgb(133,141,182); }

 div.DivClassName
 {
   background-color: #858DB6;
 }
 .BgClassName
 {
   background-color: #858DB6;
 }
</style>

border-color css

<style>
 span { border-color: #858DB6; }

 span { border-color: rgb(133,141,182); }

 td.TdClassName
 {
   border-color: #858DB6;
 }
 .TagClassName
 {
   border-color: #858DB6;
 }
</style>