Html Css Color HEX #858BAF Wild Blue Yonder

📋 copy color: '#858BAF'

red 133 ◦ green 139 ◦ blue 175

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

Shades of Wild Blue Yonder #858BAF

Tints of Wild Blue Yonder #858BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.1%

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

R = 29.75%
G = 31.1%
B = 39.15%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#858BAF (or 0x858BAF) is known color: Wild Blue Yonder. HEX triplet: 85, 8B and AF. RGB value is (133,139,175). Sum of RGB (Red+Green+Blue) = 133+139+175=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #858BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858BAF is #7A7450. Grayscale: #8D8D8D. Windows color (decimal): -8025169 or 11504517. OLE color: 11504517.

HSL color Cylindrical-coordinate representation of color #858BAF: hue angle of 231.43º 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 #858BAF is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 139 175 -
CMYK 0.24 0.21 0 0.31
HSL 231.43º 0.21% 0.6% -
HSV(B) 231.43º 0.24% 0.69% -
XYZ 26.64 26.55 44.28 -
YUV 141.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 133 139 175 0.24 0.21 0 0.31 231.43 0.21 0.6
Hex 85 8B AF 18 15 0 1F E7 15 3C
Octal 205 213 257 30 25 0 37 347 25 74
Binary 10000101 10001011 10101111 11000 10101 0 11111 11100111 10101 111100

Color Harmonies of #858BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BAF

Black with #858BAF

Text Example


Text Example

White with #858BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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