Shades of Cornflower Blue #7E8DFA
Tints of Cornflower Blue #7E8DFA
RGB
CMYK
RGB Variations
Color information
#7E8DFA (or 0x7E8DFA) is known color: Cornflower Blue. HEX triplet: 7E, 8D and FA. RGB value is (126,141,250). Sum of RGB (Red+Green+Blue) = 126+141+250=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E8DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8DFA is #817205. Grayscale: #949494. Windows color (decimal): -8483334 or 16420222. OLE color: 16420222.
HSL color Cylindrical-coordinate representation of color #7E8DFA: hue angle of 232.74º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E8DFA is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 141 | 250 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.02 |
| HSL | 232.74º | 0.93% | 0.74% | - |
| HSV(B) | 232.74º | 0.5% | 0.98% | - |
| XYZ | 35.38 | 30.39 | 94.44 | - |
| YUV | 148.94 | 185.03 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 141 | 250 | 0.50 | 0.44 | 0 | 0.02 | 232.74 | 0.93 | 0.74 |
| Hex | 7E | 8D | FA | 32 | 2C | 0 | 2 | E9 | 5D | 4A |
| Octal | 176 | 215 | 372 | 62 | 54 | 0 | 2 | 351 | 135 | 112 |
| Binary | 1111110 | 10001101 | 11111010 | 110010 | 101100 | 0 | 10 | 11101001 | 1011101 | 1001010 |
Color Harmonies of #7E8DFA
Complementary color
Monochromatic Colors of #7E8DFA
Black with #7E8DFA
Text Example
Text Example
White with #7E8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8DFA; }
p { color: rgb(126,141,250); }
H1.HeaderClassName
{
color: #7E8DFA;
}
.AnyTagClassName
{
color: #7E8DFA;
}
</style>
background-color css
<style>
a { background-color: #7E8DFA; }
a { background-color: rgb(126,141,250); }
div.DivClassName
{
background-color: #7E8DFA;
}
.BgClassName
{
background-color: #7E8DFA;
}
</style>
border-color css
<style>
span { border-color: #7E8DFA; }
span { border-color: rgb(126,141,250); }
td.TdClassName
{
border-color: #7E8DFA;
}
.TagClassName
{
border-color: #7E8DFA;
}
</style>