Shades of Wild Blue Yonder #8487BB
Tints of Wild Blue Yonder #8487BB
RGB
CMYK
RGB Variations
Color information
#8487BB (or 0x8487BB) is known color: Wild Blue Yonder. HEX triplet: 84, 87 and BB. RGB value is (132,135,187). Sum of RGB (Red+Green+Blue) = 132+135+187=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #8487BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8487BB is #7B7844. Grayscale: #8B8B8B. Windows color (decimal): -8091717 or 12289924. OLE color: 12289924.
HSL color Cylindrical-coordinate representation of color #8487BB: hue angle of 236.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8487BB is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 135 | 187 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.27 |
| HSL | 236.73º | 0.29% | 0.63% | - |
| HSV(B) | 236.73º | 0.29% | 0.73% | - |
| XYZ | 27.15 | 25.82 | 50.57 | - |
| YUV | 140.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 187 | 0.29 | 0.28 | 0 | 0.27 | 236.73 | 0.29 | 0.63 |
| Hex | 84 | 87 | BB | 1D | 1C | 0 | 1B | ED | 1D | 3F |
| Octal | 204 | 207 | 273 | 35 | 34 | 0 | 33 | 355 | 35 | 77 |
| Binary | 10000100 | 10000111 | 10111011 | 11101 | 11100 | 0 | 11011 | 11101101 | 11101 | 111111 |
Color Harmonies of #8487BB
Complementary color
Monochromatic Colors of #8487BB
Black with #8487BB
Text Example
Text Example
White with #8487BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8487BB; }
p { color: rgb(132,135,187); }
H1.HeaderClassName
{
color: #8487BB;
}
.AnyTagClassName
{
color: #8487BB;
}
</style>
background-color css
<style>
a { background-color: #8487BB; }
a { background-color: rgb(132,135,187); }
div.DivClassName
{
background-color: #8487BB;
}
.BgClassName
{
background-color: #8487BB;
}
</style>
border-color css
<style>
span { border-color: #8487BB; }
span { border-color: rgb(132,135,187); }
td.TdClassName
{
border-color: #8487BB;
}
.TagClassName
{
border-color: #8487BB;
}
</style>