Shades of Wild Blue Yonder #7593C9
Tints of Wild Blue Yonder #7593C9
RGB
CMYK
RGB Variations
Color information
#7593C9 (or 0x7593C9) is known color: Wild Blue Yonder. HEX triplet: 75, 93 and C9. RGB value is (117,147,201). Sum of RGB (Red+Green+Blue) = 117+147+201=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #7593C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7593C9 is #8A6C36. Grayscale: #8F8F8F. Windows color (decimal): -9071671 or 13210485. OLE color: 13210485.
HSL color Cylindrical-coordinate representation of color #7593C9: hue angle of 218.57º 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 #7593C9 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 147 | 201 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.21 |
| HSL | 218.57º | 0.44% | 0.62% | - |
| HSV(B) | 218.57º | 0.42% | 0.79% | - |
| XYZ | 28.31 | 28.87 | 59.34 | - |
| YUV | 144.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 201 | 0.42 | 0.27 | 0 | 0.21 | 218.57 | 0.44 | 0.62 |
| Hex | 75 | 93 | C9 | 2A | 1B | 0 | 15 | DB | 2C | 3E |
| Octal | 165 | 223 | 311 | 52 | 33 | 0 | 25 | 333 | 54 | 76 |
| Binary | 1110101 | 10010011 | 11001001 | 101010 | 11011 | 0 | 10101 | 11011011 | 101100 | 111110 |
Color Harmonies of #7593C9
Complementary color
Monochromatic Colors of #7593C9
Black with #7593C9
Text Example
Text Example
White with #7593C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7593C9; }
p { color: rgb(117,147,201); }
H1.HeaderClassName
{
color: #7593C9;
}
.AnyTagClassName
{
color: #7593C9;
}
</style>
background-color css
<style>
a { background-color: #7593C9; }
a { background-color: rgb(117,147,201); }
div.DivClassName
{
background-color: #7593C9;
}
.BgClassName
{
background-color: #7593C9;
}
</style>
border-color css
<style>
span { border-color: #7593C9; }
span { border-color: rgb(117,147,201); }
td.TdClassName
{
border-color: #7593C9;
}
.TagClassName
{
border-color: #7593C9;
}
</style>