Shades of Wild Blue Yonder #8587BD
Tints of Wild Blue Yonder #8587BD
RGB
CMYK
RGB Variations
Color information
#8587BD (or 0x8587BD) is known color: Wild Blue Yonder. HEX triplet: 85, 87 and BD. RGB value is (133,135,189). Sum of RGB (Red+Green+Blue) = 133+135+189=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #8587BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8587BD is #7A7842. Grayscale: #8C8C8C. Windows color (decimal): -8026179 or 12420997. OLE color: 12420997.
HSL color Cylindrical-coordinate representation of color #8587BD: hue angle of 237.86º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8587BD is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 135 | 189 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.26 |
| HSL | 237.86º | 0.3% | 0.63% | - |
| HSV(B) | 237.86º | 0.3% | 0.74% | - |
| XYZ | 27.52 | 25.99 | 51.71 | - |
| YUV | 140.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 189 | 0.30 | 0.29 | 0 | 0.26 | 237.86 | 0.3 | 0.63 |
| Hex | 85 | 87 | BD | 1E | 1D | 0 | 1A | EE | 1E | 3F |
| Octal | 205 | 207 | 275 | 36 | 35 | 0 | 32 | 356 | 36 | 77 |
| Binary | 10000101 | 10000111 | 10111101 | 11110 | 11101 | 0 | 11010 | 11101110 | 11110 | 111111 |
Color Harmonies of #8587BD
Complementary color
Monochromatic Colors of #8587BD
Black with #8587BD
Text Example
Text Example
White with #8587BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8587BD; }
p { color: rgb(133,135,189); }
H1.HeaderClassName
{
color: #8587BD;
}
.AnyTagClassName
{
color: #8587BD;
}
</style>
background-color css
<style>
a { background-color: #8587BD; }
a { background-color: rgb(133,135,189); }
div.DivClassName
{
background-color: #8587BD;
}
.BgClassName
{
background-color: #8587BD;
}
</style>
border-color css
<style>
span { border-color: #8587BD; }
span { border-color: rgb(133,135,189); }
td.TdClassName
{
border-color: #8587BD;
}
.TagClassName
{
border-color: #8587BD;
}
</style>