Shades of Cornflower Blue #7991FF
Tints of Cornflower Blue #7991FF
RGB
CMYK
RGB Variations
Color information
#7991FF (or 0x7991FF) is known color: Cornflower Blue. HEX triplet: 79, 91 and FF. RGB value is (121,145,255). Sum of RGB (Red+Green+Blue) = 121+145+255=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #7991FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7991FF is #866E00. Grayscale: #959595. Windows color (decimal): -8809985 or 16748921. OLE color: 16748921.
HSL color Cylindrical-coordinate representation of color #7991FF: hue angle of 229.25º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7991FF is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 145 | 255 | - |
| CMYK | 0.53 | 0.43 | 0 | 0 |
| HSL | 229.25º | 1% | 0.74% | - |
| HSV(B) | 229.25º | 0.53% | 1% | - |
| XYZ | 36.06 | 31.54 | 98.79 | - |
| YUV | 150.36 | 187.05 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 255 | 0.53 | 0.43 | 0 | 0 | 229.25 | 1 | 0.74 |
| Hex | 79 | 91 | FF | 35 | 2B | 0 | 0 | E5 | 64 | 4A |
| Octal | 171 | 221 | 377 | 65 | 53 | 0 | 0 | 345 | 144 | 112 |
| Binary | 1111001 | 10010001 | 11111111 | 110101 | 101011 | 0 | 0 | 11100101 | 1100100 | 1001010 |
Color Harmonies of #7991FF
Complementary color
Monochromatic Colors of #7991FF
Black with #7991FF
Text Example
Text Example
White with #7991FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7991FF; }
p { color: rgb(121,145,255); }
H1.HeaderClassName
{
color: #7991FF;
}
.AnyTagClassName
{
color: #7991FF;
}
</style>
background-color css
<style>
a { background-color: #7991FF; }
a { background-color: rgb(121,145,255); }
div.DivClassName
{
background-color: #7991FF;
}
.BgClassName
{
background-color: #7991FF;
}
</style>
border-color css
<style>
span { border-color: #7991FF; }
span { border-color: rgb(121,145,255); }
td.TdClassName
{
border-color: #7991FF;
}
.TagClassName
{
border-color: #7991FF;
}
</style>