Html Css Color HEX #858EBC Wild Blue Yonder

📋 copy color: '#858EBC'

red 133 ◦ green 142 ◦ blue 188

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

Shades of Wild Blue Yonder #858EBC

Tints of Wild Blue Yonder #858EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.67%

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 28.73%
G = 30.67%
B = 40.6%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#858EBC (or 0x858EBC) is known color: Wild Blue Yonder. HEX triplet: 85, 8E and BC. RGB value is (133,142,188). Sum of RGB (Red+Green+Blue) = 133+142+188=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #858EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EBC is #7A7143. Grayscale: #909090. Windows color (decimal): -8024388 or 12357253. OLE color: 12357253.

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

Color convert

RGB 133 142 188 -
CMYK 0.29 0.24 0 0.26
HSL 230.18º 0.29% 0.63% -
HSV(B) 230.18º 0.29% 0.74% -
XYZ 28.42 27.96 51.48 -
YUV 144.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 133 142 188 0.29 0.24 0 0.26 230.18 0.29 0.63
Hex 85 8E BC 1D 18 0 1A E6 1D 3F
Octal 205 216 274 35 30 0 32 346 35 77
Binary 10000101 10001110 10111100 11101 11000 0 11010 11100110 11101 111111

Color Harmonies of #858EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EBC

Black with #858EBC

Text Example


Text Example

White with #858EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,142,188); }

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

background-color css

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

 a { background-color: rgb(133,142,188); }

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

border-color css

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

 span { border-color: rgb(133,142,188); }

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