Shades of Wild Blue Yonder #8488BA
Tints of Wild Blue Yonder #8488BA
RGB
CMYK
RGB Variations
Color information
#8488BA (or 0x8488BA) is known color: Wild Blue Yonder. HEX triplet: 84, 88 and BA. RGB value is (132,136,186). Sum of RGB (Red+Green+Blue) = 132+136+186=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #8488BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488BA is #7B7745. Grayscale: #8C8C8C. Windows color (decimal): -8091462 or 12224644. OLE color: 12224644.
HSL color Cylindrical-coordinate representation of color #8488BA: hue angle of 235.56º 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 #8488BA is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 136 | 186 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.27 |
| HSL | 235.56º | 0.28% | 0.62% | - |
| HSV(B) | 235.56º | 0.29% | 0.73% | - |
| XYZ | 27.18 | 26.06 | 50.05 | - |
| YUV | 140.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 186 | 0.29 | 0.27 | 0 | 0.27 | 235.56 | 0.28 | 0.62 |
| Hex | 84 | 88 | BA | 1D | 1B | 0 | 1B | EC | 1C | 3E |
| Octal | 204 | 210 | 272 | 35 | 33 | 0 | 33 | 354 | 34 | 76 |
| Binary | 10000100 | 10001000 | 10111010 | 11101 | 11011 | 0 | 11011 | 11101100 | 11100 | 111110 |
Color Harmonies of #8488BA
Complementary color
Monochromatic Colors of #8488BA
Black with #8488BA
Text Example
Text Example
White with #8488BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8488BA; }
p { color: rgb(132,136,186); }
H1.HeaderClassName
{
color: #8488BA;
}
.AnyTagClassName
{
color: #8488BA;
}
</style>
background-color css
<style>
a { background-color: #8488BA; }
a { background-color: rgb(132,136,186); }
div.DivClassName
{
background-color: #8488BA;
}
.BgClassName
{
background-color: #8488BA;
}
</style>
border-color css
<style>
span { border-color: #8488BA; }
span { border-color: rgb(132,136,186); }
td.TdClassName
{
border-color: #8488BA;
}
.TagClassName
{
border-color: #8488BA;
}
</style>