Shades of Cornflower Blue #7796E8
Tints of Cornflower Blue #7796E8
RGB
CMYK
RGB Variations
Color information
#7796E8 (or 0x7796E8) is known color: Cornflower Blue. HEX triplet: 77, 96 and E8. RGB value is (119,150,232). Sum of RGB (Red+Green+Blue) = 119+150+232=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #7796E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7796E8 is #886917. Grayscale: #959595. Windows color (decimal): -8939800 or 15242871. OLE color: 15242871.
HSL color Cylindrical-coordinate representation of color #7796E8: hue angle of 223.54º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7796E8 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 150 | 232 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.09 |
| HSL | 223.54º | 0.71% | 0.69% | - |
| HSV(B) | 223.54º | 0.49% | 0.91% | - |
| XYZ | 33.08 | 31.56 | 80.69 | - |
| YUV | 150.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 232 | 0.49 | 0.35 | 0 | 0.09 | 223.54 | 0.71 | 0.69 |
| Hex | 77 | 96 | E8 | 31 | 23 | 0 | 9 | E0 | 47 | 45 |
| Octal | 167 | 226 | 350 | 61 | 43 | 0 | 11 | 340 | 107 | 105 |
| Binary | 1110111 | 10010110 | 11101000 | 110001 | 100011 | 0 | 1001 | 11100000 | 1000111 | 1000101 |
Color Harmonies of #7796E8
Complementary color
Monochromatic Colors of #7796E8
Black with #7796E8
Text Example
Text Example
White with #7796E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7796E8; }
p { color: rgb(119,150,232); }
H1.HeaderClassName
{
color: #7796E8;
}
.AnyTagClassName
{
color: #7796E8;
}
</style>
background-color css
<style>
a { background-color: #7796E8; }
a { background-color: rgb(119,150,232); }
div.DivClassName
{
background-color: #7796E8;
}
.BgClassName
{
background-color: #7796E8;
}
</style>
border-color css
<style>
span { border-color: #7796E8; }
span { border-color: rgb(119,150,232); }
td.TdClassName
{
border-color: #7796E8;
}
.TagClassName
{
border-color: #7796E8;
}
</style>