Html Css Color HEX #858CAF Wild Blue Yonder

📋 copy color: '#858CAF'

red 133 ◦ green 140 ◦ blue 175

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

Shades of Wild Blue Yonder #858CAF

Tints of Wild Blue Yonder #858CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 29.69%
G = 31.25%
B = 39.06%

CMYK

 C value IS 0.24

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#858CAF (or 0x858CAF) is known color: Wild Blue Yonder. HEX triplet: 85, 8C and AF. RGB value is (133,140,175). Sum of RGB (Red+Green+Blue) = 133+140+175=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #858CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858CAF is #7A7350. Grayscale: #8D8D8D. Windows color (decimal): -8024913 or 11504773. OLE color: 11504773.

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

Color convert

RGB 133 140 175 -
CMYK 0.24 0.2 0 0.31
HSL 230º 0.21% 0.6% -
HSV(B) 230º 0.24% 0.69% -
XYZ 26.79 26.84 44.33 -
YUV 141.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 133 140 175 0.24 0.2 0 0.31 230 0.21 0.6
Hex 85 8C AF 18 14 0 1F E6 15 3C
Octal 205 214 257 30 24 0 37 346 25 74
Binary 10000101 10001100 10101111 11000 10100 0 11111 11100110 10101 111100

Color Harmonies of #858CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CAF

Black with #858CAF

Text Example


Text Example

White with #858CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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