Shades of Cornflower Blue #7696F7
Tints of Cornflower Blue #7696F7
RGB
CMYK
RGB Variations
Color information
#7696F7 (or 0x7696F7) is known color: Cornflower Blue. HEX triplet: 76, 96 and F7. RGB value is (118,150,247). Sum of RGB (Red+Green+Blue) = 118+150+247=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #7696F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7696F7 is #896908. Grayscale: #979797. Windows color (decimal): -9005321 or 16225910. OLE color: 16225910.
HSL color Cylindrical-coordinate representation of color #7696F7: hue angle of 225.12º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7696F7 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 150 | 247 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.03 |
| HSL | 225.12º | 0.89% | 0.72% | - |
| HSV(B) | 225.12º | 0.52% | 0.97% | - |
| XYZ | 35.17 | 32.38 | 92.39 | - |
| YUV | 151.49 | 181.9 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 247 | 0.52 | 0.39 | 0 | 0.03 | 225.12 | 0.89 | 0.72 |
| Hex | 76 | 96 | F7 | 34 | 27 | 0 | 3 | E1 | 59 | 48 |
| Octal | 166 | 226 | 367 | 64 | 47 | 0 | 3 | 341 | 131 | 110 |
| Binary | 1110110 | 10010110 | 11110111 | 110100 | 100111 | 0 | 11 | 11100001 | 1011001 | 1001000 |
Color Harmonies of #7696F7
Complementary color
Monochromatic Colors of #7696F7
Black with #7696F7
Text Example
Text Example
White with #7696F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696F7; }
p { color: rgb(118,150,247); }
H1.HeaderClassName
{
color: #7696F7;
}
.AnyTagClassName
{
color: #7696F7;
}
</style>
background-color css
<style>
a { background-color: #7696F7; }
a { background-color: rgb(118,150,247); }
div.DivClassName
{
background-color: #7696F7;
}
.BgClassName
{
background-color: #7696F7;
}
</style>
border-color css
<style>
span { border-color: #7696F7; }
span { border-color: rgb(118,150,247); }
td.TdClassName
{
border-color: #7696F7;
}
.TagClassName
{
border-color: #7696F7;
}
</style>