Shades of Wild Blue Yonder #7296C0
Tints of Wild Blue Yonder #7296C0
RGB
CMYK
RGB Variations
Color information
#7296C0 (or 0x7296C0) is known color: Wild Blue Yonder. HEX triplet: 72, 96 and C0. RGB value is (114,150,192). Sum of RGB (Red+Green+Blue) = 114+150+192=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #7296C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7296C0 is #8D693F. Grayscale: #8F8F8F. Windows color (decimal): -9267520 or 12621426. OLE color: 12621426.
HSL color Cylindrical-coordinate representation of color #7296C0: hue angle of 212.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7296C0 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 150 | 192 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.25 |
| HSL | 212.31º | 0.38% | 0.6% | - |
| HSV(B) | 212.31º | 0.41% | 0.75% | - |
| XYZ | 27.36 | 29.2 | 54.06 | - |
| YUV | 144.02 | 155.07 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 192 | 0.41 | 0.22 | 0 | 0.25 | 212.31 | 0.38 | 0.6 |
| Hex | 72 | 96 | C0 | 29 | 16 | 0 | 19 | D4 | 26 | 3C |
| Octal | 162 | 226 | 300 | 51 | 26 | 0 | 31 | 324 | 46 | 74 |
| Binary | 1110010 | 10010110 | 11000000 | 101001 | 10110 | 0 | 11001 | 11010100 | 100110 | 111100 |
Color Harmonies of #7296C0
Complementary color
Monochromatic Colors of #7296C0
Black with #7296C0
Text Example
Text Example
White with #7296C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7296C0; }
p { color: rgb(114,150,192); }
H1.HeaderClassName
{
color: #7296C0;
}
.AnyTagClassName
{
color: #7296C0;
}
</style>
background-color css
<style>
a { background-color: #7296C0; }
a { background-color: rgb(114,150,192); }
div.DivClassName
{
background-color: #7296C0;
}
.BgClassName
{
background-color: #7296C0;
}
</style>
border-color css
<style>
span { border-color: #7296C0; }
span { border-color: rgb(114,150,192); }
td.TdClassName
{
border-color: #7296C0;
}
.TagClassName
{
border-color: #7296C0;
}
</style>