Shades of Cornflower Blue #7791FE
Tints of Cornflower Blue #7791FE
RGB
CMYK
RGB Variations
Color information
#7791FE (or 0x7791FE) is known color: Cornflower Blue. HEX triplet: 77, 91 and FE. RGB value is (119,145,254). Sum of RGB (Red+Green+Blue) = 119+145+254=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #7791FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7791FE is #886E01. Grayscale: #959595. Windows color (decimal): -8941058 or 16683383. OLE color: 16683383.
HSL color Cylindrical-coordinate representation of color #7791FE: hue angle of 228.44º 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 #7791FE is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 145 | 254 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.00 |
| HSL | 228.44º | 0.99% | 0.73% | - |
| HSV(B) | 228.44º | 0.53% | 1% | - |
| XYZ | 35.62 | 31.33 | 97.94 | - |
| YUV | 149.65 | 186.89 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 254 | 0.53 | 0.43 | 0 | 0.00 | 228.44 | 0.99 | 0.73 |
| Hex | 77 | 91 | FE | 35 | 2B | 0 | 0 | E4 | 63 | 49 |
| Octal | 167 | 221 | 376 | 65 | 53 | 0 | 0 | 344 | 143 | 111 |
| Binary | 1110111 | 10010001 | 11111110 | 110101 | 101011 | 0 | 0 | 11100100 | 1100011 | 1001001 |
Color Harmonies of #7791FE
Complementary color
Monochromatic Colors of #7791FE
Black with #7791FE
Text Example
Text Example
White with #7791FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7791FE; }
p { color: rgb(119,145,254); }
H1.HeaderClassName
{
color: #7791FE;
}
.AnyTagClassName
{
color: #7791FE;
}
</style>
background-color css
<style>
a { background-color: #7791FE; }
a { background-color: rgb(119,145,254); }
div.DivClassName
{
background-color: #7791FE;
}
.BgClassName
{
background-color: #7791FE;
}
</style>
border-color css
<style>
span { border-color: #7791FE; }
span { border-color: rgb(119,145,254); }
td.TdClassName
{
border-color: #7791FE;
}
.TagClassName
{
border-color: #7791FE;
}
</style>