Shades of Wild Blue Yonder #8589B9
Tints of Wild Blue Yonder #8589B9
RGB
CMYK
RGB Variations
Color information
#8589B9 (or 0x8589B9) is known color: Wild Blue Yonder. HEX triplet: 85, 89 and B9. RGB value is (133,137,185). Sum of RGB (Red+Green+Blue) = 133+137+185=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #8589B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589B9 is #7A7646. Grayscale: #8D8D8D. Windows color (decimal): -8025671 or 12159365. OLE color: 12159365.
HSL color Cylindrical-coordinate representation of color #8589B9: hue angle of 235.38º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8589B9 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 137 | 185 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.27 |
| HSL | 235.38º | 0.27% | 0.62% | - |
| HSV(B) | 235.38º | 0.28% | 0.73% | - |
| XYZ | 27.38 | 26.38 | 49.55 | - |
| YUV | 141.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 185 | 0.28 | 0.26 | 0 | 0.27 | 235.38 | 0.27 | 0.62 |
| Hex | 85 | 89 | B9 | 1C | 1A | 0 | 1B | EB | 1B | 3E |
| Octal | 205 | 211 | 271 | 34 | 32 | 0 | 33 | 353 | 33 | 76 |
| Binary | 10000101 | 10001001 | 10111001 | 11100 | 11010 | 0 | 11011 | 11101011 | 11011 | 111110 |
Color Harmonies of #8589B9
Complementary color
Monochromatic Colors of #8589B9
Black with #8589B9
Text Example
Text Example
White with #8589B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8589B9; }
p { color: rgb(133,137,185); }
H1.HeaderClassName
{
color: #8589B9;
}
.AnyTagClassName
{
color: #8589B9;
}
</style>
background-color css
<style>
a { background-color: #8589B9; }
a { background-color: rgb(133,137,185); }
div.DivClassName
{
background-color: #8589B9;
}
.BgClassName
{
background-color: #8589B9;
}
</style>
border-color css
<style>
span { border-color: #8589B9; }
span { border-color: rgb(133,137,185); }
td.TdClassName
{
border-color: #8589B9;
}
.TagClassName
{
border-color: #8589B9;
}
</style>