Shades of Wild Blue Yonder #8590B9
Tints of Wild Blue Yonder #8590B9
RGB
CMYK
RGB Variations
Color information
#8590B9 (or 0x8590B9) is known color: Wild Blue Yonder. HEX triplet: 85, 90 and B9. RGB value is (133,144,185). Sum of RGB (Red+Green+Blue) = 133+144+185=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #8590B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590B9 is #7A6F46. Grayscale: #919191. Windows color (decimal): -8023879 or 12161157. OLE color: 12161157.
HSL color Cylindrical-coordinate representation of color #8590B9: hue angle of 227.31º 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 #8590B9 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 144 | 185 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.27 |
| HSL | 227.31º | 0.27% | 0.62% | - |
| HSV(B) | 227.31º | 0.28% | 0.73% | - |
| XYZ | 28.4 | 28.44 | 49.89 | - |
| YUV | 145.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 185 | 0.28 | 0.22 | 0 | 0.27 | 227.31 | 0.27 | 0.62 |
| Hex | 85 | 90 | B9 | 1C | 16 | 0 | 1B | E3 | 1B | 3E |
| Octal | 205 | 220 | 271 | 34 | 26 | 0 | 33 | 343 | 33 | 76 |
| Binary | 10000101 | 10010000 | 10111001 | 11100 | 10110 | 0 | 11011 | 11100011 | 11011 | 111110 |
Color Harmonies of #8590B9
Complementary color
Monochromatic Colors of #8590B9
Black with #8590B9
Text Example
Text Example
White with #8590B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8590B9; }
p { color: rgb(133,144,185); }
H1.HeaderClassName
{
color: #8590B9;
}
.AnyTagClassName
{
color: #8590B9;
}
</style>
background-color css
<style>
a { background-color: #8590B9; }
a { background-color: rgb(133,144,185); }
div.DivClassName
{
background-color: #8590B9;
}
.BgClassName
{
background-color: #8590B9;
}
</style>
border-color css
<style>
span { border-color: #8590B9; }
span { border-color: rgb(133,144,185); }
td.TdClassName
{
border-color: #8590B9;
}
.TagClassName
{
border-color: #8590B9;
}
</style>