Shades of Wild Blue Yonder #8496BA
Tints of Wild Blue Yonder #8496BA
RGB
CMYK
RGB Variations
Color information
#8496BA (or 0x8496BA) is known color: Wild Blue Yonder. HEX triplet: 84, 96 and BA. RGB value is (132,150,186). Sum of RGB (Red+Green+Blue) = 132+150+186=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #8496BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8496BA is #7B6945. Grayscale: #949494. Windows color (decimal): -8087878 or 12228228. OLE color: 12228228.
HSL color Cylindrical-coordinate representation of color #8496BA: hue angle of 220º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8496BA is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 150 | 186 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.27 |
| HSL | 220º | 0.28% | 0.62% | - |
| HSV(B) | 220º | 0.29% | 0.73% | - |
| XYZ | 29.29 | 30.26 | 50.75 | - |
| YUV | 148.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 186 | 0.29 | 0.19 | 0 | 0.27 | 220 | 0.28 | 0.62 |
| Hex | 84 | 96 | BA | 1D | 13 | 0 | 1B | DC | 1C | 3E |
| Octal | 204 | 226 | 272 | 35 | 23 | 0 | 33 | 334 | 34 | 76 |
| Binary | 10000100 | 10010110 | 10111010 | 11101 | 10011 | 0 | 11011 | 11011100 | 11100 | 111110 |
Color Harmonies of #8496BA
Complementary color
Monochromatic Colors of #8496BA
Black with #8496BA
Text Example
Text Example
White with #8496BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8496BA; }
p { color: rgb(132,150,186); }
H1.HeaderClassName
{
color: #8496BA;
}
.AnyTagClassName
{
color: #8496BA;
}
</style>
background-color css
<style>
a { background-color: #8496BA; }
a { background-color: rgb(132,150,186); }
div.DivClassName
{
background-color: #8496BA;
}
.BgClassName
{
background-color: #8496BA;
}
</style>
border-color css
<style>
span { border-color: #8496BA; }
span { border-color: rgb(132,150,186); }
td.TdClassName
{
border-color: #8496BA;
}
.TagClassName
{
border-color: #8496BA;
}
</style>