Shades of Cornflower Blue #7E90FF
Tints of Cornflower Blue #7E90FF
RGB
CMYK
RGB Variations
Color information
#7E90FF (or 0x7E90FF) is known color: Cornflower Blue. HEX triplet: 7E, 90 and FF. RGB value is (126,144,255). Sum of RGB (Red+Green+Blue) = 126+144+255=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E90FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E90FF is #816F00. Grayscale: #969696. Windows color (decimal): -8482561 or 16748670. OLE color: 16748670.
HSL color Cylindrical-coordinate representation of color #7E90FF: hue angle of 231.63º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E90FF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 144 | 255 | - |
| CMYK | 0.51 | 0.44 | 0 | 0 |
| HSL | 231.63º | 1% | 0.75% | - |
| HSV(B) | 231.63º | 0.51% | 1% | - |
| XYZ | 36.63 | 31.6 | 98.78 | - |
| YUV | 151.27 | 186.54 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 255 | 0.51 | 0.44 | 0 | 0 | 231.63 | 1 | 0.75 |
| Hex | 7E | 90 | FF | 33 | 2C | 0 | 0 | E8 | 64 | 4B |
| Octal | 176 | 220 | 377 | 63 | 54 | 0 | 0 | 350 | 144 | 113 |
| Binary | 1111110 | 10010000 | 11111111 | 110011 | 101100 | 0 | 0 | 11101000 | 1100100 | 1001011 |
Color Harmonies of #7E90FF
Complementary color
Monochromatic Colors of #7E90FF
Black with #7E90FF
Text Example
Text Example
White with #7E90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E90FF; }
p { color: rgb(126,144,255); }
H1.HeaderClassName
{
color: #7E90FF;
}
.AnyTagClassName
{
color: #7E90FF;
}
</style>
background-color css
<style>
a { background-color: #7E90FF; }
a { background-color: rgb(126,144,255); }
div.DivClassName
{
background-color: #7E90FF;
}
.BgClassName
{
background-color: #7E90FF;
}
</style>
border-color css
<style>
span { border-color: #7E90FF; }
span { border-color: rgb(126,144,255); }
td.TdClassName
{
border-color: #7E90FF;
}
.TagClassName
{
border-color: #7E90FF;
}
</style>