Shades of Cornflower Blue #7891EC
Tints of Cornflower Blue #7891EC
RGB
CMYK
RGB Variations
Color information
#7891EC (or 0x7891EC) is known color: Cornflower Blue. HEX triplet: 78, 91 and EC. RGB value is (120,145,236). Sum of RGB (Red+Green+Blue) = 120+145+236=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #7891EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7891EC is #876E13. Grayscale: #939393. Windows color (decimal): -8875540 or 15503736. OLE color: 15503736.
HSL color Cylindrical-coordinate representation of color #7891EC: hue angle of 227.07º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7891EC is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 145 | 236 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.07 |
| HSL | 227.07º | 0.75% | 0.7% | - |
| HSV(B) | 227.07º | 0.49% | 0.93% | - |
| XYZ | 33.01 | 30.3 | 83.47 | - |
| YUV | 147.9 | 177.72 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 236 | 0.49 | 0.39 | 0 | 0.07 | 227.07 | 0.75 | 0.7 |
| Hex | 78 | 91 | EC | 31 | 27 | 0 | 7 | E3 | 4B | 46 |
| Octal | 170 | 221 | 354 | 61 | 47 | 0 | 7 | 343 | 113 | 106 |
| Binary | 1111000 | 10010001 | 11101100 | 110001 | 100111 | 0 | 111 | 11100011 | 1001011 | 1000110 |
Color Harmonies of #7891EC
Complementary color
Monochromatic Colors of #7891EC
Black with #7891EC
Text Example
Text Example
White with #7891EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7891EC; }
p { color: rgb(120,145,236); }
H1.HeaderClassName
{
color: #7891EC;
}
.AnyTagClassName
{
color: #7891EC;
}
</style>
background-color css
<style>
a { background-color: #7891EC; }
a { background-color: rgb(120,145,236); }
div.DivClassName
{
background-color: #7891EC;
}
.BgClassName
{
background-color: #7891EC;
}
</style>
border-color css
<style>
span { border-color: #7891EC; }
span { border-color: rgb(120,145,236); }
td.TdClassName
{
border-color: #7891EC;
}
.TagClassName
{
border-color: #7891EC;
}
</style>