Shades of Cornflower Blue #7896FA
Tints of Cornflower Blue #7896FA
RGB
CMYK
RGB Variations
Color information
#7896FA (or 0x7896FA) is known color: Cornflower Blue. HEX triplet: 78, 96 and FA. RGB value is (120,150,250). Sum of RGB (Red+Green+Blue) = 120+150+250=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #7896FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7896FA is #876905. Grayscale: #989898. Windows color (decimal): -8874246 or 16422520. OLE color: 16422520.
HSL color Cylindrical-coordinate representation of color #7896FA: hue angle of 226.15º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7896FA is Cyan = 0.52, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 150 | 250 | - |
| CMYK | 0.52 | 0.4 | 0 | 0.02 |
| HSL | 226.15º | 0.93% | 0.73% | - |
| HSV(B) | 226.15º | 0.52% | 0.98% | - |
| XYZ | 35.91 | 32.71 | 94.86 | - |
| YUV | 152.43 | 183.06 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 250 | 0.52 | 0.4 | 0 | 0.02 | 226.15 | 0.93 | 0.73 |
| Hex | 78 | 96 | FA | 34 | 28 | 0 | 2 | E2 | 5D | 49 |
| Octal | 170 | 226 | 372 | 64 | 50 | 0 | 2 | 342 | 135 | 111 |
| Binary | 1111000 | 10010110 | 11111010 | 110100 | 101000 | 0 | 10 | 11100010 | 1011101 | 1001001 |
Color Harmonies of #7896FA
Complementary color
Monochromatic Colors of #7896FA
Black with #7896FA
Text Example
Text Example
White with #7896FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7896FA; }
p { color: rgb(120,150,250); }
H1.HeaderClassName
{
color: #7896FA;
}
.AnyTagClassName
{
color: #7896FA;
}
</style>
background-color css
<style>
a { background-color: #7896FA; }
a { background-color: rgb(120,150,250); }
div.DivClassName
{
background-color: #7896FA;
}
.BgClassName
{
background-color: #7896FA;
}
</style>
border-color css
<style>
span { border-color: #7896FA; }
span { border-color: rgb(120,150,250); }
td.TdClassName
{
border-color: #7896FA;
}
.TagClassName
{
border-color: #7896FA;
}
</style>