Html Css Color HEX #858BBD Wild Blue Yonder

📋 copy color: '#858BBD'

red 133 ◦ green 139 ◦ blue 189

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

Shades of Wild Blue Yonder #858BBD

Tints of Wild Blue Yonder #858BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 28.85%
G = 30.15%
B = 41%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#858BBD (or 0x858BBD) is known color: Wild Blue Yonder. HEX triplet: 85, 8B and BD. RGB value is (133,139,189). Sum of RGB (Red+Green+Blue) = 133+139+189=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #858BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BBD is #7A7442. Grayscale: #8E8E8E. Windows color (decimal): -8025155 or 12422021. OLE color: 12422021.

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

Color convert

RGB 133 139 189 -
CMYK 0.30 0.26 0 0.26
HSL 233.57º 0.3% 0.63% -
HSV(B) 233.57º 0.3% 0.74% -
XYZ 28.09 27.13 51.9 -
YUV 142.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 133 139 189 0.30 0.26 0 0.26 233.57 0.3 0.63
Hex 85 8B BD 1E 1A 0 1A EA 1E 3F
Octal 205 213 275 36 32 0 32 352 36 77
Binary 10000101 10001011 10111101 11110 11010 0 11010 11101010 11110 111111

Color Harmonies of #858BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BBD

Black with #858BBD

Text Example


Text Example

White with #858BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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