Shades of Cornflower Blue #7A96EE
Tints of Cornflower Blue #7A96EE
RGB
CMYK
RGB Variations
Color information
#7A96EE (or 0x7A96EE) is known color: Cornflower Blue. HEX triplet: 7A, 96 and EE. RGB value is (122,150,238). Sum of RGB (Red+Green+Blue) = 122+150+238=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A96EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A96EE is #856911. Grayscale: #979797. Windows color (decimal): -8743186 or 15636090. OLE color: 15636090.
HSL color Cylindrical-coordinate representation of color #7A96EE: hue angle of 225.52º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A96EE is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 150 | 238 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.07 |
| HSL | 225.52º | 0.77% | 0.71% | - |
| HSV(B) | 225.52º | 0.49% | 0.93% | - |
| XYZ | 34.37 | 32.12 | 85.28 | - |
| YUV | 151.66 | 176.72 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 238 | 0.49 | 0.37 | 0 | 0.07 | 225.52 | 0.77 | 0.71 |
| Hex | 7A | 96 | EE | 31 | 25 | 0 | 7 | E2 | 4D | 47 |
| Octal | 172 | 226 | 356 | 61 | 45 | 0 | 7 | 342 | 115 | 107 |
| Binary | 1111010 | 10010110 | 11101110 | 110001 | 100101 | 0 | 111 | 11100010 | 1001101 | 1000111 |
Color Harmonies of #7A96EE
Complementary color
Monochromatic Colors of #7A96EE
Black with #7A96EE
Text Example
Text Example
White with #7A96EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A96EE; }
p { color: rgb(122,150,238); }
H1.HeaderClassName
{
color: #7A96EE;
}
.AnyTagClassName
{
color: #7A96EE;
}
</style>
background-color css
<style>
a { background-color: #7A96EE; }
a { background-color: rgb(122,150,238); }
div.DivClassName
{
background-color: #7A96EE;
}
.BgClassName
{
background-color: #7A96EE;
}
</style>
border-color css
<style>
span { border-color: #7A96EE; }
span { border-color: rgb(122,150,238); }
td.TdClassName
{
border-color: #7A96EE;
}
.TagClassName
{
border-color: #7A96EE;
}
</style>