Shades of Cornflower Blue #7A96EA
Tints of Cornflower Blue #7A96EA
RGB
CMYK
RGB Variations
Color information
#7A96EA (or 0x7A96EA) is known color: Cornflower Blue. HEX triplet: 7A, 96 and EA. RGB value is (122,150,234). Sum of RGB (Red+Green+Blue) = 122+150+234=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A96EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A96EA is #856915. Grayscale: #969696. Windows color (decimal): -8743190 or 15373946. OLE color: 15373946.
HSL color Cylindrical-coordinate representation of color #7A96EA: hue angle of 225º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A96EA is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 150 | 234 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.08 |
| HSL | 225º | 0.73% | 0.7% | - |
| HSV(B) | 225º | 0.48% | 0.92% | - |
| XYZ | 33.78 | 31.89 | 82.22 | - |
| YUV | 151.2 | 174.72 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 234 | 0.48 | 0.36 | 0 | 0.08 | 225 | 0.73 | 0.7 |
| Hex | 7A | 96 | EA | 30 | 24 | 0 | 8 | E1 | 49 | 46 |
| Octal | 172 | 226 | 352 | 60 | 44 | 0 | 10 | 341 | 111 | 106 |
| Binary | 1111010 | 10010110 | 11101010 | 110000 | 100100 | 0 | 1000 | 11100001 | 1001001 | 1000110 |
Color Harmonies of #7A96EA
Complementary color
Monochromatic Colors of #7A96EA
Black with #7A96EA
Text Example
Text Example
White with #7A96EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A96EA; }
p { color: rgb(122,150,234); }
H1.HeaderClassName
{
color: #7A96EA;
}
.AnyTagClassName
{
color: #7A96EA;
}
</style>
background-color css
<style>
a { background-color: #7A96EA; }
a { background-color: rgb(122,150,234); }
div.DivClassName
{
background-color: #7A96EA;
}
.BgClassName
{
background-color: #7A96EA;
}
</style>
border-color css
<style>
span { border-color: #7A96EA; }
span { border-color: rgb(122,150,234); }
td.TdClassName
{
border-color: #7A96EA;
}
.TagClassName
{
border-color: #7A96EA;
}
</style>