Shades of Wild Blue Yonder #8590BA
Tints of Wild Blue Yonder #8590BA
RGB
CMYK
RGB Variations
Color information
#8590BA (or 0x8590BA) is known color: Wild Blue Yonder. HEX triplet: 85, 90 and BA. RGB value is (133,144,186). Sum of RGB (Red+Green+Blue) = 133+144+186=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #8590BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590BA is #7A6F45. Grayscale: #919191. Windows color (decimal): -8023878 or 12226693. OLE color: 12226693.
HSL color Cylindrical-coordinate representation of color #8590BA: hue angle of 227.55º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8590BA is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 144 | 186 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.27 |
| HSL | 227.55º | 0.28% | 0.63% | - |
| HSV(B) | 227.55º | 0.28% | 0.73% | - |
| XYZ | 28.51 | 28.48 | 50.45 | - |
| YUV | 145.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 186 | 0.28 | 0.23 | 0 | 0.27 | 227.55 | 0.28 | 0.63 |
| Hex | 85 | 90 | BA | 1C | 17 | 0 | 1B | E4 | 1C | 3F |
| Octal | 205 | 220 | 272 | 34 | 27 | 0 | 33 | 344 | 34 | 77 |
| Binary | 10000101 | 10010000 | 10111010 | 11100 | 10111 | 0 | 11011 | 11100100 | 11100 | 111111 |
Color Harmonies of #8590BA
Complementary color
Monochromatic Colors of #8590BA
Black with #8590BA
Text Example
Text Example
White with #8590BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8590BA; }
p { color: rgb(133,144,186); }
H1.HeaderClassName
{
color: #8590BA;
}
.AnyTagClassName
{
color: #8590BA;
}
</style>
background-color css
<style>
a { background-color: #8590BA; }
a { background-color: rgb(133,144,186); }
div.DivClassName
{
background-color: #8590BA;
}
.BgClassName
{
background-color: #8590BA;
}
</style>
border-color css
<style>
span { border-color: #8590BA; }
span { border-color: rgb(133,144,186); }
td.TdClassName
{
border-color: #8590BA;
}
.TagClassName
{
border-color: #8590BA;
}
</style>