Shades of Cornflower Blue #7E9BF7
Tints of Cornflower Blue #7E9BF7
RGB
CMYK
RGB Variations
Color information
#7E9BF7 (or 0x7E9BF7) is known color: Cornflower Blue. HEX triplet: 7E, 9B and F7. RGB value is (126,155,247). Sum of RGB (Red+Green+Blue) = 126+155+247=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #7E9BF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9BF7 is #816408. Grayscale: #9C9C9C. Windows color (decimal): -8479753 or 16227198. OLE color: 16227198.
HSL color Cylindrical-coordinate representation of color #7E9BF7: hue angle of 225.62º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E9BF7 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 155 | 247 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.03 |
| HSL | 225.62º | 0.88% | 0.73% | - |
| HSV(B) | 225.62º | 0.49% | 0.97% | - |
| XYZ | 37.11 | 34.59 | 92.72 | - |
| YUV | 156.82 | 178.89 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 247 | 0.49 | 0.37 | 0 | 0.03 | 225.62 | 0.88 | 0.73 |
| Hex | 7E | 9B | F7 | 31 | 25 | 0 | 3 | E2 | 58 | 49 |
| Octal | 176 | 233 | 367 | 61 | 45 | 0 | 3 | 342 | 130 | 111 |
| Binary | 1111110 | 10011011 | 11110111 | 110001 | 100101 | 0 | 11 | 11100010 | 1011000 | 1001001 |
Color Harmonies of #7E9BF7
Complementary color
Monochromatic Colors of #7E9BF7
Black with #7E9BF7
Text Example
Text Example
White with #7E9BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9BF7; }
p { color: rgb(126,155,247); }
H1.HeaderClassName
{
color: #7E9BF7;
}
.AnyTagClassName
{
color: #7E9BF7;
}
</style>
background-color css
<style>
a { background-color: #7E9BF7; }
a { background-color: rgb(126,155,247); }
div.DivClassName
{
background-color: #7E9BF7;
}
.BgClassName
{
background-color: #7E9BF7;
}
</style>
border-color css
<style>
span { border-color: #7E9BF7; }
span { border-color: rgb(126,155,247); }
td.TdClassName
{
border-color: #7E9BF7;
}
.TagClassName
{
border-color: #7E9BF7;
}
</style>