Shades of Wild Blue Yonder #7392CC
Tints of Wild Blue Yonder #7392CC
RGB
CMYK
RGB Variations
Color information
#7392CC (or 0x7392CC) is known color: Wild Blue Yonder. HEX triplet: 73, 92 and CC. RGB value is (115,146,204). Sum of RGB (Red+Green+Blue) = 115+146+204=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #7392CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7392CC is #8C6D33. Grayscale: #8F8F8F. Windows color (decimal): -9202996 or 13406835. OLE color: 13406835.
HSL color Cylindrical-coordinate representation of color #7392CC: hue angle of 219.1º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7392CC is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 146 | 204 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.2 |
| HSL | 219.1º | 0.47% | 0.63% | - |
| HSV(B) | 219.1º | 0.44% | 0.8% | - |
| XYZ | 28.25 | 28.56 | 61.15 | - |
| YUV | 143.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 146 | 204 | 0.44 | 0.28 | 0 | 0.2 | 219.1 | 0.47 | 0.63 |
| Hex | 73 | 92 | CC | 2C | 1C | 0 | 14 | DB | 2F | 3F |
| Octal | 163 | 222 | 314 | 54 | 34 | 0 | 24 | 333 | 57 | 77 |
| Binary | 1110011 | 10010010 | 11001100 | 101100 | 11100 | 0 | 10100 | 11011011 | 101111 | 111111 |
Color Harmonies of #7392CC
Complementary color
Monochromatic Colors of #7392CC
Black with #7392CC
Text Example
Text Example
White with #7392CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7392CC; }
p { color: rgb(115,146,204); }
H1.HeaderClassName
{
color: #7392CC;
}
.AnyTagClassName
{
color: #7392CC;
}
</style>
background-color css
<style>
a { background-color: #7392CC; }
a { background-color: rgb(115,146,204); }
div.DivClassName
{
background-color: #7392CC;
}
.BgClassName
{
background-color: #7392CC;
}
</style>
border-color css
<style>
span { border-color: #7392CC; }
span { border-color: rgb(115,146,204); }
td.TdClassName
{
border-color: #7392CC;
}
.TagClassName
{
border-color: #7392CC;
}
</style>