Shades of Cornflower Blue #7E8FFD
Tints of Cornflower Blue #7E8FFD
RGB
CMYK
RGB Variations
Color information
#7E8FFD (or 0x7E8FFD) is known color: Cornflower Blue. HEX triplet: 7E, 8F and FD. RGB value is (126,143,253). Sum of RGB (Red+Green+Blue) = 126+143+253=522 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.14% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E8FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8FFD is #817002. Grayscale: #969696. Windows color (decimal): -8482819 or 16617342. OLE color: 16617342.
HSL color Cylindrical-coordinate representation of color #7E8FFD: hue angle of 231.97º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E8FFD is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 143 | 253 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.01 |
| HSL | 231.97º | 0.97% | 0.74% | - |
| HSV(B) | 231.97º | 0.5% | 0.99% | - |
| XYZ | 36.16 | 31.17 | 97.04 | - |
| YUV | 150.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 253 | 0.50 | 0.43 | 0 | 0.01 | 231.97 | 0.97 | 0.74 |
| Hex | 7E | 8F | FD | 32 | 2B | 0 | 1 | E8 | 61 | 4A |
| Octal | 176 | 217 | 375 | 62 | 53 | 0 | 1 | 350 | 141 | 112 |
| Binary | 1111110 | 10001111 | 11111101 | 110010 | 101011 | 0 | 1 | 11101000 | 1100001 | 1001010 |
Color Harmonies of #7E8FFD
Complementary color
Monochromatic Colors of #7E8FFD
Black with #7E8FFD
Text Example
Text Example
White with #7E8FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8FFD; }
p { color: rgb(126,143,253); }
H1.HeaderClassName
{
color: #7E8FFD;
}
.AnyTagClassName
{
color: #7E8FFD;
}
</style>
background-color css
<style>
a { background-color: #7E8FFD; }
a { background-color: rgb(126,143,253); }
div.DivClassName
{
background-color: #7E8FFD;
}
.BgClassName
{
background-color: #7E8FFD;
}
</style>
border-color css
<style>
span { border-color: #7E8FFD; }
span { border-color: rgb(126,143,253); }
td.TdClassName
{
border-color: #7E8FFD;
}
.TagClassName
{
border-color: #7E8FFD;
}
</style>