Html Css Color HEX #858DAE Wild Blue Yonder

📋 copy color: '#858DAE'

red 133 ◦ green 141 ◦ blue 174

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

Shades of Wild Blue Yonder #858DAE

Tints of Wild Blue Yonder #858DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.84%

R = 29.69%
G = 31.47%
B = 38.84%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#858DAE (or 0x858DAE) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and AE. RGB value is (133,141,174). Sum of RGB (Red+Green+Blue) = 133+141+174=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #858DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858DAE is #7A7251. Grayscale: #8E8E8E. Windows color (decimal): -8024658 or 11439493. OLE color: 11439493.

HSL color Cylindrical-coordinate representation of color #858DAE: hue angle of 228.29º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858DAE is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 141 174 -
CMYK 0.24 0.19 0 0.32
HSL 228.29º 0.2% 0.6% -
HSV(B) 228.29º 0.24% 0.68% -
XYZ 26.84 27.09 43.86 -
YUV 142.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 133 141 174 0.24 0.19 0 0.32 228.29 0.2 0.6
Hex 85 8D AE 18 13 0 20 E4 14 3C
Octal 205 215 256 30 23 0 40 344 24 74
Binary 10000101 10001101 10101110 11000 10011 0 100000 11100100 10100 111100

Color Harmonies of #858DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DAE

Black with #858DAE

Text Example


Text Example

White with #858DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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