Html Css Color HEX #858EBE Wild Blue Yonder

📋 copy color: '#858EBE'

red 133 ◦ green 142 ◦ blue 190

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

Shades of Wild Blue Yonder #858EBE

Tints of Wild Blue Yonder #858EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 28.6%
G = 30.54%
B = 40.86%

CMYK

 C value IS 0.3

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#858EBE (or 0x858EBE) is known color: Wild Blue Yonder. HEX triplet: 85, 8E and BE. RGB value is (133,142,190). Sum of RGB (Red+Green+Blue) = 133+142+190=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #858EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EBE is #7A7141. Grayscale: #909090. Windows color (decimal): -8024386 or 12488325. OLE color: 12488325.

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

Color convert

RGB 133 142 190 -
CMYK 0.3 0.25 0 0.25
HSL 230.53º 0.3% 0.63% -
HSV(B) 230.53º 0.3% 0.75% -
XYZ 28.64 28.05 52.62 -
YUV 144.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 133 142 190 0.3 0.25 0 0.25 230.53 0.3 0.63
Hex 85 8E BE 1E 19 0 19 E7 1E 3F
Octal 205 216 276 36 31 0 31 347 36 77
Binary 10000101 10001110 10111110 11110 11001 0 11001 11100111 11110 111111

Color Harmonies of #858EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EBE

Black with #858EBE

Text Example


Text Example

White with #858EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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