Shades of Cornflower Blue #7C91FA
Tints of Cornflower Blue #7C91FA
RGB
CMYK
RGB Variations
Color information
#7C91FA (or 0x7C91FA) is known color: Cornflower Blue. HEX triplet: 7C, 91 and FA. RGB value is (124,145,250). Sum of RGB (Red+Green+Blue) = 124+145+250=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C91FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C91FA is #836E05. Grayscale: #969696. Windows color (decimal): -8613382 or 16421244. OLE color: 16421244.
HSL color Cylindrical-coordinate representation of color #7C91FA: hue angle of 230º 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 #7C91FA is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 145 | 250 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.02 |
| HSL | 230º | 0.93% | 0.73% | - |
| HSV(B) | 230º | 0.5% | 0.98% | - |
| XYZ | 35.69 | 31.44 | 94.63 | - |
| YUV | 150.69 | 184.04 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 250 | 0.50 | 0.42 | 0 | 0.02 | 230 | 0.93 | 0.73 |
| Hex | 7C | 91 | FA | 32 | 2A | 0 | 2 | E6 | 5D | 49 |
| Octal | 174 | 221 | 372 | 62 | 52 | 0 | 2 | 346 | 135 | 111 |
| Binary | 1111100 | 10010001 | 11111010 | 110010 | 101010 | 0 | 10 | 11100110 | 1011101 | 1001001 |
Color Harmonies of #7C91FA
Complementary color
Monochromatic Colors of #7C91FA
Black with #7C91FA
Text Example
Text Example
White with #7C91FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C91FA; }
p { color: rgb(124,145,250); }
H1.HeaderClassName
{
color: #7C91FA;
}
.AnyTagClassName
{
color: #7C91FA;
}
</style>
background-color css
<style>
a { background-color: #7C91FA; }
a { background-color: rgb(124,145,250); }
div.DivClassName
{
background-color: #7C91FA;
}
.BgClassName
{
background-color: #7C91FA;
}
</style>
border-color css
<style>
span { border-color: #7C91FA; }
span { border-color: rgb(124,145,250); }
td.TdClassName
{
border-color: #7C91FA;
}
.TagClassName
{
border-color: #7C91FA;
}
</style>