Shades of Cornflower Blue #7C96ED
Tints of Cornflower Blue #7C96ED
RGB
CMYK
RGB Variations
Color information
#7C96ED (or 0x7C96ED) is known color: Cornflower Blue. HEX triplet: 7C, 96 and ED. RGB value is (124,150,237). Sum of RGB (Red+Green+Blue) = 124+150+237=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C96ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C96ED is #836912. Grayscale: #979797. Windows color (decimal): -8612115 or 15570556. OLE color: 15570556.
HSL color Cylindrical-coordinate representation of color #7C96ED: hue angle of 226.19º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C96ED is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 150 | 237 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.07 |
| HSL | 226.19º | 0.76% | 0.71% | - |
| HSV(B) | 226.19º | 0.48% | 0.93% | - |
| XYZ | 34.5 | 32.21 | 84.52 | - |
| YUV | 152.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 237 | 0.48 | 0.37 | 0 | 0.07 | 226.19 | 0.76 | 0.71 |
| Hex | 7C | 96 | ED | 30 | 25 | 0 | 7 | E2 | 4C | 47 |
| Octal | 174 | 226 | 355 | 60 | 45 | 0 | 7 | 342 | 114 | 107 |
| Binary | 1111100 | 10010110 | 11101101 | 110000 | 100101 | 0 | 111 | 11100010 | 1001100 | 1000111 |
Color Harmonies of #7C96ED
Complementary color
Monochromatic Colors of #7C96ED
Black with #7C96ED
Text Example
Text Example
White with #7C96ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C96ED; }
p { color: rgb(124,150,237); }
H1.HeaderClassName
{
color: #7C96ED;
}
.AnyTagClassName
{
color: #7C96ED;
}
</style>
background-color css
<style>
a { background-color: #7C96ED; }
a { background-color: rgb(124,150,237); }
div.DivClassName
{
background-color: #7C96ED;
}
.BgClassName
{
background-color: #7C96ED;
}
</style>
border-color css
<style>
span { border-color: #7C96ED; }
span { border-color: rgb(124,150,237); }
td.TdClassName
{
border-color: #7C96ED;
}
.TagClassName
{
border-color: #7C96ED;
}
</style>