Shades of Wild Blue Yonder #7592C0
Tints of Wild Blue Yonder #7592C0
RGB
CMYK
RGB Variations
Color information
#7592C0 (or 0x7592C0) is known color: Wild Blue Yonder. HEX triplet: 75, 92 and C0. RGB value is (117,146,192). Sum of RGB (Red+Green+Blue) = 117+146+192=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #7592C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592C0 is #8A6D3F. Grayscale: #8E8E8E. Windows color (decimal): -9071936 or 12620405. OLE color: 12620405.
HSL color Cylindrical-coordinate representation of color #7592C0: hue angle of 216.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7592C0 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 146 | 192 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.25 |
| HSL | 216.8º | 0.37% | 0.61% | - |
| HSV(B) | 216.8º | 0.39% | 0.75% | - |
| XYZ | 27.13 | 28.15 | 53.87 | - |
| YUV | 142.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 192 | 0.39 | 0.24 | 0 | 0.25 | 216.8 | 0.37 | 0.61 |
| Hex | 75 | 92 | C0 | 27 | 18 | 0 | 19 | D9 | 25 | 3D |
| Octal | 165 | 222 | 300 | 47 | 30 | 0 | 31 | 331 | 45 | 75 |
| Binary | 1110101 | 10010010 | 11000000 | 100111 | 11000 | 0 | 11001 | 11011001 | 100101 | 111101 |
Color Harmonies of #7592C0
Complementary color
Monochromatic Colors of #7592C0
Black with #7592C0
Text Example
Text Example
White with #7592C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7592C0; }
p { color: rgb(117,146,192); }
H1.HeaderClassName
{
color: #7592C0;
}
.AnyTagClassName
{
color: #7592C0;
}
</style>
background-color css
<style>
a { background-color: #7592C0; }
a { background-color: rgb(117,146,192); }
div.DivClassName
{
background-color: #7592C0;
}
.BgClassName
{
background-color: #7592C0;
}
</style>
border-color css
<style>
span { border-color: #7592C0; }
span { border-color: rgb(117,146,192); }
td.TdClassName
{
border-color: #7592C0;
}
.TagClassName
{
border-color: #7592C0;
}
</style>