Html Css Color HEX #8596BA Wild Blue Yonder

📋 copy color: '#8596BA'

red 133 ◦ green 150 ◦ blue 186

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

Shades of Wild Blue Yonder #8596BA

Tints of Wild Blue Yonder #8596BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.98%

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 28.36%
G = 31.98%
B = 39.66%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8596BA (or 0x8596BA) is known color: Wild Blue Yonder. HEX triplet: 85, 96 and BA. RGB value is (133,150,186). Sum of RGB (Red+Green+Blue) = 133+150+186=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #8596BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8596BA is #7A6945. Grayscale: #949494. Windows color (decimal): -8022342 or 12228229. OLE color: 12228229.

HSL color Cylindrical-coordinate representation of color #8596BA: hue angle of 220.75º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8596BA is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 150 186 -
CMYK 0.28 0.19 0 0.27
HSL 220.75º 0.28% 0.63% -
HSV(B) 220.75º 0.28% 0.73% -
XYZ 29.44 30.34 50.76 -
YUV 149.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 133 150 186 0.28 0.19 0 0.27 220.75 0.28 0.63
Hex 85 96 BA 1C 13 0 1B DD 1C 3F
Octal 205 226 272 34 23 0 33 335 34 77
Binary 10000101 10010110 10111010 11100 10011 0 11011 11011101 11100 111111

Color Harmonies of #8596BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8596BA

Black with #8596BA

Text Example


Text Example

White with #8596BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8596BA; }

 p { color: rgb(133,150,186); }

 H1.HeaderClassName
 {
   color: #8596BA;
 }
 .AnyTagClassName
 {
   color: #8596BA;
 }
</style>

background-color css

<style>
 a { background-color: #8596BA; }

 a { background-color: rgb(133,150,186); }

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

border-color css

<style>
 span { border-color: #8596BA; }

 span { border-color: rgb(133,150,186); }

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