Shades of Cornflower Blue #7796EE
Tints of Cornflower Blue #7796EE
RGB
CMYK
RGB Variations
Color information
#7796EE (or 0x7796EE) is known color: Cornflower Blue. HEX triplet: 77, 96 and EE. RGB value is (119,150,238). Sum of RGB (Red+Green+Blue) = 119+150+238=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #7796EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7796EE is #886911. Grayscale: #969696. Windows color (decimal): -8939794 or 15636087. OLE color: 15636087.
HSL color Cylindrical-coordinate representation of color #7796EE: hue angle of 224.37º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7796EE is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 150 | 238 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.07 |
| HSL | 224.37º | 0.78% | 0.7% | - |
| HSV(B) | 224.37º | 0.5% | 0.93% | - |
| XYZ | 33.95 | 31.91 | 85.26 | - |
| YUV | 150.76 | 177.23 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 238 | 0.50 | 0.37 | 0 | 0.07 | 224.37 | 0.78 | 0.7 |
| Hex | 77 | 96 | EE | 32 | 25 | 0 | 7 | E0 | 4E | 46 |
| Octal | 167 | 226 | 356 | 62 | 45 | 0 | 7 | 340 | 116 | 106 |
| Binary | 1110111 | 10010110 | 11101110 | 110010 | 100101 | 0 | 111 | 11100000 | 1001110 | 1000110 |
Color Harmonies of #7796EE
Complementary color
Monochromatic Colors of #7796EE
Black with #7796EE
Text Example
Text Example
White with #7796EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7796EE; }
p { color: rgb(119,150,238); }
H1.HeaderClassName
{
color: #7796EE;
}
.AnyTagClassName
{
color: #7796EE;
}
</style>
background-color css
<style>
a { background-color: #7796EE; }
a { background-color: rgb(119,150,238); }
div.DivClassName
{
background-color: #7796EE;
}
.BgClassName
{
background-color: #7796EE;
}
</style>
border-color css
<style>
span { border-color: #7796EE; }
span { border-color: rgb(119,150,238); }
td.TdClassName
{
border-color: #7796EE;
}
.TagClassName
{
border-color: #7796EE;
}
</style>