Shades of Wild Blue Yonder #8591C1
Tints of Wild Blue Yonder #8591C1
RGB
CMYK
RGB Variations
Color information
#8591C1 (or 0x8591C1) is known color: Wild Blue Yonder. HEX triplet: 85, 91 and C1. RGB value is (133,145,193). Sum of RGB (Red+Green+Blue) = 133+145+193=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #8591C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8591C1 is #7A6E3E. Grayscale: #929292. Windows color (decimal): -8023615 or 12685701. OLE color: 12685701.
HSL color Cylindrical-coordinate representation of color #8591C1: hue angle of 228º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8591C1 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 145 | 193 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.24 |
| HSL | 228º | 0.33% | 0.64% | - |
| HSV(B) | 228º | 0.31% | 0.76% | - |
| XYZ | 29.42 | 29.09 | 54.52 | - |
| YUV | 146.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 193 | 0.31 | 0.25 | 0 | 0.24 | 228 | 0.33 | 0.64 |
| Hex | 85 | 91 | C1 | 1F | 19 | 0 | 18 | E4 | 21 | 40 |
| Octal | 205 | 221 | 301 | 37 | 31 | 0 | 30 | 344 | 41 | 100 |
| Binary | 10000101 | 10010001 | 11000001 | 11111 | 11001 | 0 | 11000 | 11100100 | 100001 | 1000000 |
Color Harmonies of #8591C1
Complementary color
Monochromatic Colors of #8591C1
Black with #8591C1
Text Example
Text Example
White with #8591C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8591C1; }
p { color: rgb(133,145,193); }
H1.HeaderClassName
{
color: #8591C1;
}
.AnyTagClassName
{
color: #8591C1;
}
</style>
background-color css
<style>
a { background-color: #8591C1; }
a { background-color: rgb(133,145,193); }
div.DivClassName
{
background-color: #8591C1;
}
.BgClassName
{
background-color: #8591C1;
}
</style>
border-color css
<style>
span { border-color: #8591C1; }
span { border-color: rgb(133,145,193); }
td.TdClassName
{
border-color: #8591C1;
}
.TagClassName
{
border-color: #8591C1;
}
</style>