Shades of Wild Blue Yonder #8590B8
Tints of Wild Blue Yonder #8590B8
RGB
CMYK
RGB Variations
Color information
#8590B8 (or 0x8590B8) is known color: Wild Blue Yonder. HEX triplet: 85, 90 and B8. RGB value is (133,144,184). Sum of RGB (Red+Green+Blue) = 133+144+184=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 184 - color contains mainly: blue. Hex color #8590B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590B8 is #7A6F47. Grayscale: #919191. Windows color (decimal): -8023880 or 12095621. OLE color: 12095621.
HSL color Cylindrical-coordinate representation of color #8590B8: hue angle of 227.06º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8590B8 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 144 | 184 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.28 |
| HSL | 227.06º | 0.26% | 0.62% | - |
| HSV(B) | 227.06º | 0.28% | 0.72% | - |
| XYZ | 28.3 | 28.39 | 49.34 | - |
| YUV | 145.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 184 | 0.28 | 0.22 | 0 | 0.28 | 227.06 | 0.26 | 0.62 |
| Hex | 85 | 90 | B8 | 1C | 16 | 0 | 1C | E3 | 1A | 3E |
| Octal | 205 | 220 | 270 | 34 | 26 | 0 | 34 | 343 | 32 | 76 |
| Binary | 10000101 | 10010000 | 10111000 | 11100 | 10110 | 0 | 11100 | 11100011 | 11010 | 111110 |
Color Harmonies of #8590B8
Complementary color
Monochromatic Colors of #8590B8
Black with #8590B8
Text Example
Text Example
White with #8590B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8590B8; }
p { color: rgb(133,144,184); }
H1.HeaderClassName
{
color: #8590B8;
}
.AnyTagClassName
{
color: #8590B8;
}
</style>
background-color css
<style>
a { background-color: #8590B8; }
a { background-color: rgb(133,144,184); }
div.DivClassName
{
background-color: #8590B8;
}
.BgClassName
{
background-color: #8590B8;
}
</style>
border-color css
<style>
span { border-color: #8590B8; }
span { border-color: rgb(133,144,184); }
td.TdClassName
{
border-color: #8590B8;
}
.TagClassName
{
border-color: #8590B8;
}
</style>