Shades of Cornflower Blue #7C96FA
Tints of Cornflower Blue #7C96FA
RGB
CMYK
RGB Variations
Color information
#7C96FA (or 0x7C96FA) is known color: Cornflower Blue. HEX triplet: 7C, 96 and FA. RGB value is (124,150,250). Sum of RGB (Red+Green+Blue) = 124+150+250=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C96FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C96FA is #836905. Grayscale: #999999. Windows color (decimal): -8612102 or 16422524. OLE color: 16422524.
HSL color Cylindrical-coordinate representation of color #7C96FA: hue angle of 227.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C96FA is Cyan = 0.50, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 150 | 250 | - |
| CMYK | 0.50 | 0.4 | 0 | 0.02 |
| HSL | 227.62º | 0.93% | 0.73% | - |
| HSV(B) | 227.62º | 0.5% | 0.98% | - |
| XYZ | 36.47 | 33 | 94.89 | - |
| YUV | 153.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 250 | 0.50 | 0.4 | 0 | 0.02 | 227.62 | 0.93 | 0.73 |
| Hex | 7C | 96 | FA | 32 | 28 | 0 | 2 | E4 | 5D | 49 |
| Octal | 174 | 226 | 372 | 62 | 50 | 0 | 2 | 344 | 135 | 111 |
| Binary | 1111100 | 10010110 | 11111010 | 110010 | 101000 | 0 | 10 | 11100100 | 1011101 | 1001001 |
Color Harmonies of #7C96FA
Complementary color
Monochromatic Colors of #7C96FA
Black with #7C96FA
Text Example
Text Example
White with #7C96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C96FA; }
p { color: rgb(124,150,250); }
H1.HeaderClassName
{
color: #7C96FA;
}
.AnyTagClassName
{
color: #7C96FA;
}
</style>
background-color css
<style>
a { background-color: #7C96FA; }
a { background-color: rgb(124,150,250); }
div.DivClassName
{
background-color: #7C96FA;
}
.BgClassName
{
background-color: #7C96FA;
}
</style>
border-color css
<style>
span { border-color: #7C96FA; }
span { border-color: rgb(124,150,250); }
td.TdClassName
{
border-color: #7C96FA;
}
.TagClassName
{
border-color: #7C96FA;
}
</style>