Shades of Cornflower Blue #7C92FA
Tints of Cornflower Blue #7C92FA
RGB
CMYK
RGB Variations
Color information
#7C92FA (or 0x7C92FA) is known color: Cornflower Blue. HEX triplet: 7C, 92 and FA. RGB value is (124,146,250). Sum of RGB (Red+Green+Blue) = 124+146+250=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 146 (57.42% from 255 or 28.08% 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 #7C92FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C92FA is #836D05. Grayscale: #969696. Windows color (decimal): -8613126 or 16421500. OLE color: 16421500.
HSL color Cylindrical-coordinate representation of color #7C92FA: hue angle of 229.52º 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 #7C92FA is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 146 | 250 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.02 |
| HSL | 229.52º | 0.93% | 0.73% | - |
| HSV(B) | 229.52º | 0.5% | 0.98% | - |
| XYZ | 35.85 | 31.74 | 94.68 | - |
| YUV | 151.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 250 | 0.50 | 0.42 | 0 | 0.02 | 229.52 | 0.93 | 0.73 |
| Hex | 7C | 92 | FA | 32 | 2A | 0 | 2 | E6 | 5D | 49 |
| Octal | 174 | 222 | 372 | 62 | 52 | 0 | 2 | 346 | 135 | 111 |
| Binary | 1111100 | 10010010 | 11111010 | 110010 | 101010 | 0 | 10 | 11100110 | 1011101 | 1001001 |
Color Harmonies of #7C92FA
Complementary color
Monochromatic Colors of #7C92FA
Black with #7C92FA
Text Example
Text Example
White with #7C92FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C92FA; }
p { color: rgb(124,146,250); }
H1.HeaderClassName
{
color: #7C92FA;
}
.AnyTagClassName
{
color: #7C92FA;
}
</style>
background-color css
<style>
a { background-color: #7C92FA; }
a { background-color: rgb(124,146,250); }
div.DivClassName
{
background-color: #7C92FA;
}
.BgClassName
{
background-color: #7C92FA;
}
</style>
border-color css
<style>
span { border-color: #7C92FA; }
span { border-color: rgb(124,146,250); }
td.TdClassName
{
border-color: #7C92FA;
}
.TagClassName
{
border-color: #7C92FA;
}
</style>