Html Css Color HEX #858BB6 Wild Blue Yonder

📋 copy color: '#858BB6'

red 133 ◦ green 139 ◦ blue 182

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

Shades of Wild Blue Yonder #858BB6

Tints of Wild Blue Yonder #858BB6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.62%

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

R = 29.3%
G = 30.62%
B = 40.09%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#858BB6 (or 0x858BB6) is known color: Wild Blue Yonder. HEX triplet: 85, 8B and B6. RGB value is (133,139,182). Sum of RGB (Red+Green+Blue) = 133+139+182=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 182 - color contains mainly: blue. Hex color #858BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BB6 is #7A7449. Grayscale: #8D8D8D. Windows color (decimal): -8025162 or 11963269. OLE color: 11963269.

HSL color Cylindrical-coordinate representation of color #858BB6: hue angle of 232.65º 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 #858BB6 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 139 182 -
CMYK 0.27 0.24 0 0.29
HSL 232.65º 0.25% 0.62% -
HSV(B) 232.65º 0.27% 0.71% -
XYZ 27.35 26.83 47.99 -
YUV 142.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 133 139 182 0.27 0.24 0 0.29 232.65 0.25 0.62
Hex 85 8B B6 1B 18 0 1D E9 19 3E
Octal 205 213 266 33 30 0 35 351 31 76
Binary 10000101 10001011 10110110 11011 11000 0 11101 11101001 11001 111110

Color Harmonies of #858BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BB6

Black with #858BB6

Text Example


Text Example

White with #858BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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