Shades of Cornflower Blue #7791FA
Tints of Cornflower Blue #7791FA
RGB
CMYK
RGB Variations
Color information
#7791FA (or 0x7791FA) is known color: Cornflower Blue. HEX triplet: 77, 91 and FA. RGB value is (119,145,250). Sum of RGB (Red+Green+Blue) = 119+145+250=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #7791FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7791FA is #886E05. Grayscale: #949494. Windows color (decimal): -8941062 or 16421239. OLE color: 16421239.
HSL color Cylindrical-coordinate representation of color #7791FA: hue angle of 228.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7791FA is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 145 | 250 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.02 |
| HSL | 228.09º | 0.93% | 0.72% | - |
| HSV(B) | 228.09º | 0.52% | 0.98% | - |
| XYZ | 34.99 | 31.07 | 94.6 | - |
| YUV | 149.2 | 184.89 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 250 | 0.52 | 0.42 | 0 | 0.02 | 228.09 | 0.93 | 0.72 |
| Hex | 77 | 91 | FA | 34 | 2A | 0 | 2 | E4 | 5D | 48 |
| Octal | 167 | 221 | 372 | 64 | 52 | 0 | 2 | 344 | 135 | 110 |
| Binary | 1110111 | 10010001 | 11111010 | 110100 | 101010 | 0 | 10 | 11100100 | 1011101 | 1001000 |
Color Harmonies of #7791FA
Complementary color
Monochromatic Colors of #7791FA
Black with #7791FA
Text Example
Text Example
White with #7791FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7791FA; }
p { color: rgb(119,145,250); }
H1.HeaderClassName
{
color: #7791FA;
}
.AnyTagClassName
{
color: #7791FA;
}
</style>
background-color css
<style>
a { background-color: #7791FA; }
a { background-color: rgb(119,145,250); }
div.DivClassName
{
background-color: #7791FA;
}
.BgClassName
{
background-color: #7791FA;
}
</style>
border-color css
<style>
span { border-color: #7791FA; }
span { border-color: rgb(119,145,250); }
td.TdClassName
{
border-color: #7791FA;
}
.TagClassName
{
border-color: #7791FA;
}
</style>