Shades of Wild Blue Yonder #8596BA
Tints of Wild Blue Yonder #8596BA
RGB
CMYK
RGB Variations
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
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>