Shades of Cornflower Blue #7E8FFC
Tints of Cornflower Blue #7E8FFC
RGB
CMYK
RGB Variations
Color information
#7E8FFC (or 0x7E8FFC) is known color: Cornflower Blue. HEX triplet: 7E, 8F and FC. RGB value is (126,143,252). Sum of RGB (Red+Green+Blue) = 126+143+252=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E8FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8FFC is #817003. Grayscale: #959595. Windows color (decimal): -8482820 or 16551806. OLE color: 16551806.
HSL color Cylindrical-coordinate representation of color #7E8FFC: hue angle of 231.9º degrees, saturation: 0.95, 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 #7E8FFC is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 143 | 252 | - |
| CMYK | 0.5 | 0.43 | 0 | 0.01 |
| HSL | 231.9º | 0.95% | 0.74% | - |
| HSV(B) | 231.9º | 0.5% | 0.99% | - |
| XYZ | 36 | 31.11 | 96.2 | - |
| YUV | 150.34 | 185.37 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 252 | 0.5 | 0.43 | 0 | 0.01 | 231.9 | 0.95 | 0.74 |
| Hex | 7E | 8F | FC | 32 | 2B | 0 | 1 | E8 | 5F | 4A |
| Octal | 176 | 217 | 374 | 62 | 53 | 0 | 1 | 350 | 137 | 112 |
| Binary | 1111110 | 10001111 | 11111100 | 110010 | 101011 | 0 | 1 | 11101000 | 1011111 | 1001010 |
Color Harmonies of #7E8FFC
Complementary color
Monochromatic Colors of #7E8FFC
Black with #7E8FFC
Text Example
Text Example
White with #7E8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8FFC; }
p { color: rgb(126,143,252); }
H1.HeaderClassName
{
color: #7E8FFC;
}
.AnyTagClassName
{
color: #7E8FFC;
}
</style>
background-color css
<style>
a { background-color: #7E8FFC; }
a { background-color: rgb(126,143,252); }
div.DivClassName
{
background-color: #7E8FFC;
}
.BgClassName
{
background-color: #7E8FFC;
}
</style>
border-color css
<style>
span { border-color: #7E8FFC; }
span { border-color: rgb(126,143,252); }
td.TdClassName
{
border-color: #7E8FFC;
}
.TagClassName
{
border-color: #7E8FFC;
}
</style>