Shades of Wild Blue Yonder #8587B5
Tints of Wild Blue Yonder #8587B5
RGB
CMYK
RGB Variations
Color information
#8587B5 (or 0x8587B5) is known color: Wild Blue Yonder. HEX triplet: 85, 87 and B5. RGB value is (133,135,181). Sum of RGB (Red+Green+Blue) = 133+135+181=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #8587B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8587B5 is #7A784A. Grayscale: #8B8B8B. Windows color (decimal): -8026187 or 11896709. OLE color: 11896709.
HSL color Cylindrical-coordinate representation of color #8587B5: hue angle of 237.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8587B5 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 135 | 181 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.29 |
| HSL | 237.5º | 0.24% | 0.62% | - |
| HSV(B) | 237.5º | 0.27% | 0.71% | - |
| XYZ | 26.68 | 25.65 | 47.26 | - |
| YUV | 139.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 181 | 0.27 | 0.25 | 0 | 0.29 | 237.5 | 0.24 | 0.62 |
| Hex | 85 | 87 | B5 | 1B | 19 | 0 | 1D | EE | 18 | 3E |
| Octal | 205 | 207 | 265 | 33 | 31 | 0 | 35 | 356 | 30 | 76 |
| Binary | 10000101 | 10000111 | 10110101 | 11011 | 11001 | 0 | 11101 | 11101110 | 11000 | 111110 |
Color Harmonies of #8587B5
Complementary color
Monochromatic Colors of #8587B5
Black with #8587B5
Text Example
Text Example
White with #8587B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8587B5; }
p { color: rgb(133,135,181); }
H1.HeaderClassName
{
color: #8587B5;
}
.AnyTagClassName
{
color: #8587B5;
}
</style>
background-color css
<style>
a { background-color: #8587B5; }
a { background-color: rgb(133,135,181); }
div.DivClassName
{
background-color: #8587B5;
}
.BgClassName
{
background-color: #8587B5;
}
</style>
border-color css
<style>
span { border-color: #8587B5; }
span { border-color: rgb(133,135,181); }
td.TdClassName
{
border-color: #8587B5;
}
.TagClassName
{
border-color: #8587B5;
}
</style>