Html Css Color HEX #858CBD Wild Blue Yonder

📋 copy color: '#858CBD'

red 133 ◦ green 140 ◦ blue 189

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

Shades of Wild Blue Yonder #858CBD

Tints of Wild Blue Yonder #858CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.3%

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 28.79%
G = 30.3%
B = 40.91%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#858CBD (or 0x858CBD) is known color: Wild Blue Yonder. HEX triplet: 85, 8C and BD. RGB value is (133,140,189). Sum of RGB (Red+Green+Blue) = 133+140+189=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #858CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CBD is #7A7342. Grayscale: #8F8F8F. Windows color (decimal): -8024899 or 12422277. OLE color: 12422277.

HSL color Cylindrical-coordinate representation of color #858CBD: hue angle of 232.5º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858CBD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 140 189 -
CMYK 0.30 0.26 0 0.26
HSL 232.5º 0.3% 0.63% -
HSV(B) 232.5º 0.3% 0.74% -
XYZ 28.24 27.42 51.95 -
YUV 143.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 133 140 189 0.30 0.26 0 0.26 232.5 0.3 0.63
Hex 85 8C BD 1E 1A 0 1A E8 1E 3F
Octal 205 214 275 36 32 0 32 350 36 77
Binary 10000101 10001100 10111101 11110 11010 0 11010 11101000 11110 111111

Color Harmonies of #858CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CBD

Black with #858CBD

Text Example


Text Example

White with #858CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,189); }

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

background-color css

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

 a { background-color: rgb(133,140,189); }

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

border-color css

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

 span { border-color: rgb(133,140,189); }

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