Shades of Wild Blue Yonder #8591C5
Tints of Wild Blue Yonder #8591C5
RGB
CMYK
RGB Variations
Color information
#8591C5 (or 0x8591C5) is known color: Wild Blue Yonder. HEX triplet: 85, 91 and C5. RGB value is (133,145,197). Sum of RGB (Red+Green+Blue) = 133+145+197=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #8591C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8591C5 is #7A6E3A. Grayscale: #939393. Windows color (decimal): -8023611 or 12947845. OLE color: 12947845.
HSL color Cylindrical-coordinate representation of color #8591C5: hue angle of 228.75º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8591C5 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 145 | 197 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.23 |
| HSL | 228.75º | 0.36% | 0.65% | - |
| HSV(B) | 228.75º | 0.32% | 0.77% | - |
| XYZ | 29.88 | 29.27 | 56.9 | - |
| YUV | 147.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 197 | 0.32 | 0.26 | 0 | 0.23 | 228.75 | 0.36 | 0.65 |
| Hex | 85 | 91 | C5 | 20 | 1A | 0 | 17 | E5 | 24 | 41 |
| Octal | 205 | 221 | 305 | 40 | 32 | 0 | 27 | 345 | 44 | 101 |
| Binary | 10000101 | 10010001 | 11000101 | 100000 | 11010 | 0 | 10111 | 11100101 | 100100 | 1000001 |
Color Harmonies of #8591C5
Complementary color
Monochromatic Colors of #8591C5
Black with #8591C5
Text Example
Text Example
White with #8591C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8591C5; }
p { color: rgb(133,145,197); }
H1.HeaderClassName
{
color: #8591C5;
}
.AnyTagClassName
{
color: #8591C5;
}
</style>
background-color css
<style>
a { background-color: #8591C5; }
a { background-color: rgb(133,145,197); }
div.DivClassName
{
background-color: #8591C5;
}
.BgClassName
{
background-color: #8591C5;
}
</style>
border-color css
<style>
span { border-color: #8591C5; }
span { border-color: rgb(133,145,197); }
td.TdClassName
{
border-color: #8591C5;
}
.TagClassName
{
border-color: #8591C5;
}
</style>