Shades of Wild Blue Yonder #7296CA
Tints of Wild Blue Yonder #7296CA
RGB
CMYK
RGB Variations
Color information
#7296CA (or 0x7296CA) is known color: Wild Blue Yonder. HEX triplet: 72, 96 and CA. RGB value is (114,150,202). Sum of RGB (Red+Green+Blue) = 114+150+202=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #7296CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7296CA is #8D6935. Grayscale: #909090. Windows color (decimal): -9267510 or 13276786. OLE color: 13276786.
HSL color Cylindrical-coordinate representation of color #7296CA: hue angle of 215.45º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7296CA is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 150 | 202 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.21 |
| HSL | 215.45º | 0.45% | 0.62% | - |
| HSV(B) | 215.45º | 0.44% | 0.79% | - |
| XYZ | 28.51 | 29.65 | 60.1 | - |
| YUV | 145.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 202 | 0.44 | 0.26 | 0 | 0.21 | 215.45 | 0.45 | 0.62 |
| Hex | 72 | 96 | CA | 2C | 1A | 0 | 15 | D7 | 2D | 3E |
| Octal | 162 | 226 | 312 | 54 | 32 | 0 | 25 | 327 | 55 | 76 |
| Binary | 1110010 | 10010110 | 11001010 | 101100 | 11010 | 0 | 10101 | 11010111 | 101101 | 111110 |
Color Harmonies of #7296CA
Complementary color
Monochromatic Colors of #7296CA
Black with #7296CA
Text Example
Text Example
White with #7296CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7296CA; }
p { color: rgb(114,150,202); }
H1.HeaderClassName
{
color: #7296CA;
}
.AnyTagClassName
{
color: #7296CA;
}
</style>
background-color css
<style>
a { background-color: #7296CA; }
a { background-color: rgb(114,150,202); }
div.DivClassName
{
background-color: #7296CA;
}
.BgClassName
{
background-color: #7296CA;
}
</style>
border-color css
<style>
span { border-color: #7296CA; }
span { border-color: rgb(114,150,202); }
td.TdClassName
{
border-color: #7296CA;
}
.TagClassName
{
border-color: #7296CA;
}
</style>