#8596BA

Color #8596BA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #8596BA

Tints of Wild Blue Yonder #8596BA

Color information

#8596BA (or 0x8596BA) is unknown color: approx 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

RGB133150186-
CMYK0.280.1900.27
HSL220.75º27.75%62.55%-
HSV(B)220.75º28.49%72.94%-
XYZ29.4430.3450.76-
YUV149.02148.87116.57-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331501860.280.1900.27220.7527.7562.55
Hex8596BA1C1301Bdd1c3f
Octal20522627234230333353477
Binary10000101100101101011101011100100110110111101110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8596BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>