Shades of Cornflower Blue #7690FF
Tints of Cornflower Blue #7690FF
RGB
CMYK
RGB Variations
Color information
#7690FF (or 0x7690FF) is known color: Cornflower Blue. HEX triplet: 76, 90 and FF. RGB value is (118,144,255). Sum of RGB (Red+Green+Blue) = 118+144+255=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #7690FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7690FF is #896F00. Grayscale: #949494. Windows color (decimal): -9006849 or 16748662. OLE color: 16748662.
HSL color Cylindrical-coordinate representation of color #7690FF: hue angle of 228.61º 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 #7690FF is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 144 | 255 | - |
| CMYK | 0.54 | 0.44 | 0 | 0 |
| HSL | 228.61º | 1% | 0.73% | - |
| HSV(B) | 228.61º | 0.54% | 1% | - |
| XYZ | 35.49 | 31.02 | 98.72 | - |
| YUV | 148.88 | 187.89 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 255 | 0.54 | 0.44 | 0 | 0 | 228.61 | 1 | 0.73 |
| Hex | 76 | 90 | FF | 36 | 2C | 0 | 0 | E5 | 64 | 49 |
| Octal | 166 | 220 | 377 | 66 | 54 | 0 | 0 | 345 | 144 | 111 |
| Binary | 1110110 | 10010000 | 11111111 | 110110 | 101100 | 0 | 0 | 11100101 | 1100100 | 1001001 |
Color Harmonies of #7690FF
Complementary color
Monochromatic Colors of #7690FF
Black with #7690FF
Text Example
Text Example
White with #7690FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7690FF; }
p { color: rgb(118,144,255); }
H1.HeaderClassName
{
color: #7690FF;
}
.AnyTagClassName
{
color: #7690FF;
}
</style>
background-color css
<style>
a { background-color: #7690FF; }
a { background-color: rgb(118,144,255); }
div.DivClassName
{
background-color: #7690FF;
}
.BgClassName
{
background-color: #7690FF;
}
</style>
border-color css
<style>
span { border-color: #7690FF; }
span { border-color: rgb(118,144,255); }
td.TdClassName
{
border-color: #7690FF;
}
.TagClassName
{
border-color: #7690FF;
}
</style>