Shades of Cornflower Blue #7997E6
Tints of Cornflower Blue #7997E6
RGB
CMYK
RGB Variations
Color information
#7997E6 (or 0x7997E6) is known color: Cornflower Blue. HEX triplet: 79, 97 and E6. RGB value is (121,151,230). Sum of RGB (Red+Green+Blue) = 121+151+230=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #7997E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7997E6 is #866819. Grayscale: #969696. Windows color (decimal): -8808474 or 15112057. OLE color: 15112057.
HSL color Cylindrical-coordinate representation of color #7997E6: hue angle of 223.49º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7997E6 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 151 | 230 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.10 |
| HSL | 223.49º | 0.69% | 0.69% | - |
| HSV(B) | 223.49º | 0.47% | 0.9% | - |
| XYZ | 33.23 | 31.91 | 79.27 | - |
| YUV | 151.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 151 | 230 | 0.47 | 0.34 | 0 | 0.10 | 223.49 | 0.69 | 0.69 |
| Hex | 79 | 97 | E6 | 2F | 22 | 0 | A | DF | 45 | 45 |
| Octal | 171 | 227 | 346 | 57 | 42 | 0 | 12 | 337 | 105 | 105 |
| Binary | 1111001 | 10010111 | 11100110 | 101111 | 100010 | 0 | 1010 | 11011111 | 1000101 | 1000101 |
Color Harmonies of #7997E6
Complementary color
Monochromatic Colors of #7997E6
Black with #7997E6
Text Example
Text Example
White with #7997E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7997E6; }
p { color: rgb(121,151,230); }
H1.HeaderClassName
{
color: #7997E6;
}
.AnyTagClassName
{
color: #7997E6;
}
</style>
background-color css
<style>
a { background-color: #7997E6; }
a { background-color: rgb(121,151,230); }
div.DivClassName
{
background-color: #7997E6;
}
.BgClassName
{
background-color: #7997E6;
}
</style>
border-color css
<style>
span { border-color: #7997E6; }
span { border-color: rgb(121,151,230); }
td.TdClassName
{
border-color: #7997E6;
}
.TagClassName
{
border-color: #7997E6;
}
</style>