Shades of Wild Blue Yonder #8589BB
Tints of Wild Blue Yonder #8589BB
RGB
CMYK
RGB Variations
Color information
#8589BB (or 0x8589BB) is known color: Wild Blue Yonder. HEX triplet: 85, 89 and BB. RGB value is (133,137,187). Sum of RGB (Red+Green+Blue) = 133+137+187=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #8589BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589BB is #7A7644. Grayscale: #8D8D8D. Windows color (decimal): -8025669 or 12290437. OLE color: 12290437.
HSL color Cylindrical-coordinate representation of color #8589BB: hue angle of 235.56º degrees, saturation: 0.28, 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 #8589BB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 137 | 187 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.27 |
| HSL | 235.56º | 0.28% | 0.63% | - |
| HSV(B) | 235.56º | 0.29% | 0.73% | - |
| XYZ | 27.59 | 26.47 | 50.67 | - |
| YUV | 141.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 187 | 0.29 | 0.27 | 0 | 0.27 | 235.56 | 0.28 | 0.63 |
| Hex | 85 | 89 | BB | 1D | 1B | 0 | 1B | EC | 1C | 3F |
| Octal | 205 | 211 | 273 | 35 | 33 | 0 | 33 | 354 | 34 | 77 |
| Binary | 10000101 | 10001001 | 10111011 | 11101 | 11011 | 0 | 11011 | 11101100 | 11100 | 111111 |
Color Harmonies of #8589BB
Complementary color
Monochromatic Colors of #8589BB
Black with #8589BB
Text Example
Text Example
White with #8589BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8589BB; }
p { color: rgb(133,137,187); }
H1.HeaderClassName
{
color: #8589BB;
}
.AnyTagClassName
{
color: #8589BB;
}
</style>
background-color css
<style>
a { background-color: #8589BB; }
a { background-color: rgb(133,137,187); }
div.DivClassName
{
background-color: #8589BB;
}
.BgClassName
{
background-color: #8589BB;
}
</style>
border-color css
<style>
span { border-color: #8589BB; }
span { border-color: rgb(133,137,187); }
td.TdClassName
{
border-color: #8589BB;
}
.TagClassName
{
border-color: #8589BB;
}
</style>