Shades of Cornflower Blue #7696FF
Tints of Cornflower Blue #7696FF
RGB
CMYK
RGB Variations
Color information
#7696FF (or 0x7696FF) is known color: Cornflower Blue. HEX triplet: 76, 96 and FF. RGB value is (118,150,255). Sum of RGB (Red+Green+Blue) = 118+150+255=523 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.56% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #7696FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7696FF is #896900. Grayscale: #979797. Windows color (decimal): -9005313 or 16750198. OLE color: 16750198.
HSL color Cylindrical-coordinate representation of color #7696FF: hue angle of 225.99º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7696FF is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 150 | 255 | - |
| CMYK | 0.54 | 0.41 | 0 | 0 |
| HSL | 225.99º | 1% | 0.73% | - |
| HSV(B) | 225.99º | 0.54% | 1% | - |
| XYZ | 36.43 | 32.88 | 99.04 | - |
| YUV | 152.4 | 185.9 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 255 | 0.54 | 0.41 | 0 | 0 | 225.99 | 1 | 0.73 |
| Hex | 76 | 96 | FF | 36 | 29 | 0 | 0 | E2 | 64 | 49 |
| Octal | 166 | 226 | 377 | 66 | 51 | 0 | 0 | 342 | 144 | 111 |
| Binary | 1110110 | 10010110 | 11111111 | 110110 | 101001 | 0 | 0 | 11100010 | 1100100 | 1001001 |
Color Harmonies of #7696FF
Complementary color
Monochromatic Colors of #7696FF
Black with #7696FF
Text Example
Text Example
White with #7696FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696FF; }
p { color: rgb(118,150,255); }
H1.HeaderClassName
{
color: #7696FF;
}
.AnyTagClassName
{
color: #7696FF;
}
</style>
background-color css
<style>
a { background-color: #7696FF; }
a { background-color: rgb(118,150,255); }
div.DivClassName
{
background-color: #7696FF;
}
.BgClassName
{
background-color: #7696FF;
}
</style>
border-color css
<style>
span { border-color: #7696FF; }
span { border-color: rgb(118,150,255); }
td.TdClassName
{
border-color: #7696FF;
}
.TagClassName
{
border-color: #7696FF;
}
</style>