Shades of Wild Blue Yonder #8588BE
Tints of Wild Blue Yonder #8588BE
RGB
CMYK
RGB Variations
Color information
#8588BE (or 0x8588BE) is known color: Wild Blue Yonder. HEX triplet: 85, 88 and BE. RGB value is (133,136,190). Sum of RGB (Red+Green+Blue) = 133+136+190=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #8588BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8588BE is #7A7741. Grayscale: #8D8D8D. Windows color (decimal): -8025922 or 12486789. OLE color: 12486789.
HSL color Cylindrical-coordinate representation of color #8588BE: hue angle of 236.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8588BE is Cyan = 0.3, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 136 | 190 | - |
| CMYK | 0.3 | 0.28 | 0 | 0.25 |
| HSL | 236.84º | 0.3% | 0.63% | - |
| HSV(B) | 236.84º | 0.3% | 0.75% | - |
| XYZ | 27.77 | 26.31 | 52.33 | - |
| YUV | 141.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 190 | 0.3 | 0.28 | 0 | 0.25 | 236.84 | 0.3 | 0.63 |
| Hex | 85 | 88 | BE | 1E | 1C | 0 | 19 | ED | 1E | 3F |
| Octal | 205 | 210 | 276 | 36 | 34 | 0 | 31 | 355 | 36 | 77 |
| Binary | 10000101 | 10001000 | 10111110 | 11110 | 11100 | 0 | 11001 | 11101101 | 11110 | 111111 |
Color Harmonies of #8588BE
Complementary color
Monochromatic Colors of #8588BE
Black with #8588BE
Text Example
Text Example
White with #8588BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8588BE; }
p { color: rgb(133,136,190); }
H1.HeaderClassName
{
color: #8588BE;
}
.AnyTagClassName
{
color: #8588BE;
}
</style>
background-color css
<style>
a { background-color: #8588BE; }
a { background-color: rgb(133,136,190); }
div.DivClassName
{
background-color: #8588BE;
}
.BgClassName
{
background-color: #8588BE;
}
</style>
border-color css
<style>
span { border-color: #8588BE; }
span { border-color: rgb(133,136,190); }
td.TdClassName
{
border-color: #8588BE;
}
.TagClassName
{
border-color: #8588BE;
}
</style>