Shades of Cornflower Blue #7792FE
Tints of Cornflower Blue #7792FE
RGB
CMYK
RGB Variations
Color information
#7792FE (or 0x7792FE) is known color: Cornflower Blue. HEX triplet: 77, 92 and FE. RGB value is (119,146,254). Sum of RGB (Red+Green+Blue) = 119+146+254=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #7792FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7792FE is #886D01. Grayscale: #959595. Windows color (decimal): -8940802 or 16683639. OLE color: 16683639.
HSL color Cylindrical-coordinate representation of color #7792FE: hue angle of 228º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7792FE is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 146 | 254 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.00 |
| HSL | 228º | 0.99% | 0.73% | - |
| HSV(B) | 228º | 0.53% | 1% | - |
| XYZ | 35.78 | 31.64 | 97.99 | - |
| YUV | 150.24 | 186.55 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 254 | 0.53 | 0.43 | 0 | 0.00 | 228 | 0.99 | 0.73 |
| Hex | 77 | 92 | FE | 35 | 2B | 0 | 0 | E4 | 63 | 49 |
| Octal | 167 | 222 | 376 | 65 | 53 | 0 | 0 | 344 | 143 | 111 |
| Binary | 1110111 | 10010010 | 11111110 | 110101 | 101011 | 0 | 0 | 11100100 | 1100011 | 1001001 |
Color Harmonies of #7792FE
Complementary color
Monochromatic Colors of #7792FE
Black with #7792FE
Text Example
Text Example
White with #7792FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7792FE; }
p { color: rgb(119,146,254); }
H1.HeaderClassName
{
color: #7792FE;
}
.AnyTagClassName
{
color: #7792FE;
}
</style>
background-color css
<style>
a { background-color: #7792FE; }
a { background-color: rgb(119,146,254); }
div.DivClassName
{
background-color: #7792FE;
}
.BgClassName
{
background-color: #7792FE;
}
</style>
border-color css
<style>
span { border-color: #7792FE; }
span { border-color: rgb(119,146,254); }
td.TdClassName
{
border-color: #7792FE;
}
.TagClassName
{
border-color: #7792FE;
}
</style>