Shades of Cornflower Blue #7997F9
Tints of Cornflower Blue #7997F9
RGB
CMYK
RGB Variations
Color information
#7997F9 (or 0x7997F9) is known color: Cornflower Blue. HEX triplet: 79, 97 and F9. RGB value is (121,151,249). Sum of RGB (Red+Green+Blue) = 121+151+249=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #7997F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7997F9 is #866806. Grayscale: #989898. Windows color (decimal): -8808455 or 16357241. OLE color: 16357241.
HSL color Cylindrical-coordinate representation of color #7997F9: hue angle of 225.94º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7997F9 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 151 | 249 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.02 |
| HSL | 225.94º | 0.91% | 0.73% | - |
| HSV(B) | 225.94º | 0.51% | 0.98% | - |
| XYZ | 36.05 | 33.04 | 94.1 | - |
| YUV | 153.2 | 182.06 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 151 | 249 | 0.51 | 0.39 | 0 | 0.02 | 225.94 | 0.91 | 0.73 |
| Hex | 79 | 97 | F9 | 33 | 27 | 0 | 2 | E2 | 5B | 49 |
| Octal | 171 | 227 | 371 | 63 | 47 | 0 | 2 | 342 | 133 | 111 |
| Binary | 1111001 | 10010111 | 11111001 | 110011 | 100111 | 0 | 10 | 11100010 | 1011011 | 1001001 |
Color Harmonies of #7997F9
Complementary color
Monochromatic Colors of #7997F9
Black with #7997F9
Text Example
Text Example
White with #7997F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7997F9; }
p { color: rgb(121,151,249); }
H1.HeaderClassName
{
color: #7997F9;
}
.AnyTagClassName
{
color: #7997F9;
}
</style>
background-color css
<style>
a { background-color: #7997F9; }
a { background-color: rgb(121,151,249); }
div.DivClassName
{
background-color: #7997F9;
}
.BgClassName
{
background-color: #7997F9;
}
</style>
border-color css
<style>
span { border-color: #7997F9; }
span { border-color: rgb(121,151,249); }
td.TdClassName
{
border-color: #7997F9;
}
.TagClassName
{
border-color: #7997F9;
}
</style>