Shades of Cornflower Blue #7E9BFF
Tints of Cornflower Blue #7E9BFF
RGB
CMYK
RGB Variations
Color information
#7E9BFF (or 0x7E9BFF) is known color: Cornflower Blue. HEX triplet: 7E, 9B and FF. RGB value is (126,155,255). Sum of RGB (Red+Green+Blue) = 126+155+255=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E9BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9BFF is #816400. Grayscale: #9D9D9D. Windows color (decimal): -8479745 or 16751486. OLE color: 16751486.
HSL color Cylindrical-coordinate representation of color #7E9BFF: hue angle of 226.51º 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 #7E9BFF is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 155 | 255 | - |
| CMYK | 0.51 | 0.39 | 0 | 0 |
| HSL | 226.51º | 1% | 0.75% | - |
| HSV(B) | 226.51º | 0.51% | 1% | - |
| XYZ | 38.38 | 35.1 | 99.36 | - |
| YUV | 157.73 | 182.89 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 255 | 0.51 | 0.39 | 0 | 0 | 226.51 | 1 | 0.75 |
| Hex | 7E | 9B | FF | 33 | 27 | 0 | 0 | E3 | 64 | 4B |
| Octal | 176 | 233 | 377 | 63 | 47 | 0 | 0 | 343 | 144 | 113 |
| Binary | 1111110 | 10011011 | 11111111 | 110011 | 100111 | 0 | 0 | 11100011 | 1100100 | 1001011 |
Color Harmonies of #7E9BFF
Complementary color
Monochromatic Colors of #7E9BFF
Black with #7E9BFF
Text Example
Text Example
White with #7E9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9BFF; }
p { color: rgb(126,155,255); }
H1.HeaderClassName
{
color: #7E9BFF;
}
.AnyTagClassName
{
color: #7E9BFF;
}
</style>
background-color css
<style>
a { background-color: #7E9BFF; }
a { background-color: rgb(126,155,255); }
div.DivClassName
{
background-color: #7E9BFF;
}
.BgClassName
{
background-color: #7E9BFF;
}
</style>
border-color css
<style>
span { border-color: #7E9BFF; }
span { border-color: rgb(126,155,255); }
td.TdClassName
{
border-color: #7E9BFF;
}
.TagClassName
{
border-color: #7E9BFF;
}
</style>