Shades of Wild Blue Yonder #7292CC
Tints of Wild Blue Yonder #7292CC
RGB
CMYK
RGB Variations
Color information
#7292CC (or 0x7292CC) is known color: Wild Blue Yonder. HEX triplet: 72, 92 and CC. RGB value is (114,146,204). Sum of RGB (Red+Green+Blue) = 114+146+204=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #7292CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7292CC is #8D6D33. Grayscale: #8E8E8E. Windows color (decimal): -9268532 or 13406834. OLE color: 13406834.
HSL color Cylindrical-coordinate representation of color #7292CC: hue angle of 218.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7292CC is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 146 | 204 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.2 |
| HSL | 218.67º | 0.47% | 0.62% | - |
| HSV(B) | 218.67º | 0.44% | 0.8% | - |
| XYZ | 28.12 | 28.49 | 61.14 | - |
| YUV | 143.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 204 | 0.44 | 0.28 | 0 | 0.2 | 218.67 | 0.47 | 0.62 |
| Hex | 72 | 92 | CC | 2C | 1C | 0 | 14 | DB | 2F | 3E |
| Octal | 162 | 222 | 314 | 54 | 34 | 0 | 24 | 333 | 57 | 76 |
| Binary | 1110010 | 10010010 | 11001100 | 101100 | 11100 | 0 | 10100 | 11011011 | 101111 | 111110 |
Color Harmonies of #7292CC
Complementary color
Monochromatic Colors of #7292CC
Black with #7292CC
Text Example
Text Example
White with #7292CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7292CC; }
p { color: rgb(114,146,204); }
H1.HeaderClassName
{
color: #7292CC;
}
.AnyTagClassName
{
color: #7292CC;
}
</style>
background-color css
<style>
a { background-color: #7292CC; }
a { background-color: rgb(114,146,204); }
div.DivClassName
{
background-color: #7292CC;
}
.BgClassName
{
background-color: #7292CC;
}
</style>
border-color css
<style>
span { border-color: #7292CC; }
span { border-color: rgb(114,146,204); }
td.TdClassName
{
border-color: #7292CC;
}
.TagClassName
{
border-color: #7292CC;
}
</style>