Shades of Wild Blue Yonder #7591C9
Tints of Wild Blue Yonder #7591C9
RGB
CMYK
RGB Variations
Color information
#7591C9 (or 0x7591C9) is known color: Wild Blue Yonder. HEX triplet: 75, 91 and C9. RGB value is (117,145,201). Sum of RGB (Red+Green+Blue) = 117+145+201=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #7591C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7591C9 is #8A6E36. Grayscale: #8E8E8E. Windows color (decimal): -9072183 or 13209973. OLE color: 13209973.
HSL color Cylindrical-coordinate representation of color #7591C9: hue angle of 220º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7591C9 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 145 | 201 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.21 |
| HSL | 220º | 0.44% | 0.62% | - |
| HSV(B) | 220º | 0.42% | 0.79% | - |
| XYZ | 28 | 28.25 | 59.24 | - |
| YUV | 143.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 201 | 0.42 | 0.28 | 0 | 0.21 | 220 | 0.44 | 0.62 |
| Hex | 75 | 91 | C9 | 2A | 1C | 0 | 15 | DC | 2C | 3E |
| Octal | 165 | 221 | 311 | 52 | 34 | 0 | 25 | 334 | 54 | 76 |
| Binary | 1110101 | 10010001 | 11001001 | 101010 | 11100 | 0 | 10101 | 11011100 | 101100 | 111110 |
Color Harmonies of #7591C9
Complementary color
Monochromatic Colors of #7591C9
Black with #7591C9
Text Example
Text Example
White with #7591C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7591C9; }
p { color: rgb(117,145,201); }
H1.HeaderClassName
{
color: #7591C9;
}
.AnyTagClassName
{
color: #7591C9;
}
</style>
background-color css
<style>
a { background-color: #7591C9; }
a { background-color: rgb(117,145,201); }
div.DivClassName
{
background-color: #7591C9;
}
.BgClassName
{
background-color: #7591C9;
}
</style>
border-color css
<style>
span { border-color: #7591C9; }
span { border-color: rgb(117,145,201); }
td.TdClassName
{
border-color: #7591C9;
}
.TagClassName
{
border-color: #7591C9;
}
</style>