Shades of Cornflower Blue #7996E5
Tints of Cornflower Blue #7996E5
RGB
CMYK
RGB Variations
Color information
#7996E5 (or 0x7996E5) is known color: Cornflower Blue. HEX triplet: 79, 96 and E5. RGB value is (121,150,229). Sum of RGB (Red+Green+Blue) = 121+150+229=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #7996E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996E5 is #86691A. Grayscale: #959595. Windows color (decimal): -8808731 or 15046265. OLE color: 15046265.
HSL color Cylindrical-coordinate representation of color #7996E5: hue angle of 223.89º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7996E5 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 150 | 229 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.10 |
| HSL | 223.89º | 0.68% | 0.69% | - |
| HSV(B) | 223.89º | 0.47% | 0.9% | - |
| XYZ | 32.93 | 31.53 | 78.48 | - |
| YUV | 150.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 229 | 0.47 | 0.34 | 0 | 0.10 | 223.89 | 0.68 | 0.69 |
| Hex | 79 | 96 | E5 | 2F | 22 | 0 | A | E0 | 44 | 45 |
| Octal | 171 | 226 | 345 | 57 | 42 | 0 | 12 | 340 | 104 | 105 |
| Binary | 1111001 | 10010110 | 11100101 | 101111 | 100010 | 0 | 1010 | 11100000 | 1000100 | 1000101 |
Color Harmonies of #7996E5
Complementary color
Monochromatic Colors of #7996E5
Black with #7996E5
Text Example
Text Example
White with #7996E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7996E5; }
p { color: rgb(121,150,229); }
H1.HeaderClassName
{
color: #7996E5;
}
.AnyTagClassName
{
color: #7996E5;
}
</style>
background-color css
<style>
a { background-color: #7996E5; }
a { background-color: rgb(121,150,229); }
div.DivClassName
{
background-color: #7996E5;
}
.BgClassName
{
background-color: #7996E5;
}
</style>
border-color css
<style>
span { border-color: #7996E5; }
span { border-color: rgb(121,150,229); }
td.TdClassName
{
border-color: #7996E5;
}
.TagClassName
{
border-color: #7996E5;
}
</style>