Shades of Cornflower Blue #7792EC
Tints of Cornflower Blue #7792EC
RGB
CMYK
RGB Variations
Color information
#7792EC (or 0x7792EC) is known color: Cornflower Blue. HEX triplet: 77, 92 and EC. RGB value is (119,146,236). Sum of RGB (Red+Green+Blue) = 119+146+236=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #7792EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7792EC is #886D13. Grayscale: #939393. Windows color (decimal): -8940820 or 15503991. OLE color: 15503991.
HSL color Cylindrical-coordinate representation of color #7792EC: hue angle of 226.15º degrees, saturation: 0.75, 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 #7792EC is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 146 | 236 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.07 |
| HSL | 226.15º | 0.75% | 0.7% | - |
| HSV(B) | 226.15º | 0.5% | 0.93% | - |
| XYZ | 33.03 | 30.54 | 83.51 | - |
| YUV | 148.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 236 | 0.50 | 0.38 | 0 | 0.07 | 226.15 | 0.75 | 0.7 |
| Hex | 77 | 92 | EC | 32 | 26 | 0 | 7 | E2 | 4B | 46 |
| Octal | 167 | 222 | 354 | 62 | 46 | 0 | 7 | 342 | 113 | 106 |
| Binary | 1110111 | 10010010 | 11101100 | 110010 | 100110 | 0 | 111 | 11100010 | 1001011 | 1000110 |
Color Harmonies of #7792EC
Complementary color
Monochromatic Colors of #7792EC
Black with #7792EC
Text Example
Text Example
White with #7792EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7792EC; }
p { color: rgb(119,146,236); }
H1.HeaderClassName
{
color: #7792EC;
}
.AnyTagClassName
{
color: #7792EC;
}
</style>
background-color css
<style>
a { background-color: #7792EC; }
a { background-color: rgb(119,146,236); }
div.DivClassName
{
background-color: #7792EC;
}
.BgClassName
{
background-color: #7792EC;
}
</style>
border-color css
<style>
span { border-color: #7792EC; }
span { border-color: rgb(119,146,236); }
td.TdClassName
{
border-color: #7792EC;
}
.TagClassName
{
border-color: #7792EC;
}
</style>