Shades of Cornflower Blue #7C8EFF
Tints of Cornflower Blue #7C8EFF
RGB
CMYK
RGB Variations
Color information
#7C8EFF (or 0x7C8EFF) is known color: Cornflower Blue. HEX triplet: 7C, 8E and FF. RGB value is (124,142,255). Sum of RGB (Red+Green+Blue) = 124+142+255=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C8EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8EFF is #837100. Grayscale: #959595. Windows color (decimal): -8614145 or 16748156. OLE color: 16748156.
HSL color Cylindrical-coordinate representation of color #7C8EFF: hue angle of 231.76º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C8EFF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 142 | 255 | - |
| CMYK | 0.51 | 0.44 | 0 | 0 |
| HSL | 231.76º | 1% | 0.74% | - |
| HSV(B) | 231.76º | 0.51% | 1% | - |
| XYZ | 36.04 | 30.85 | 98.66 | - |
| YUV | 149.5 | 187.54 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 255 | 0.51 | 0.44 | 0 | 0 | 231.76 | 1 | 0.74 |
| Hex | 7C | 8E | FF | 33 | 2C | 0 | 0 | E8 | 64 | 4A |
| Octal | 174 | 216 | 377 | 63 | 54 | 0 | 0 | 350 | 144 | 112 |
| Binary | 1111100 | 10001110 | 11111111 | 110011 | 101100 | 0 | 0 | 11101000 | 1100100 | 1001010 |
Color Harmonies of #7C8EFF
Complementary color
Monochromatic Colors of #7C8EFF
Black with #7C8EFF
Text Example
Text Example
White with #7C8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8EFF; }
p { color: rgb(124,142,255); }
H1.HeaderClassName
{
color: #7C8EFF;
}
.AnyTagClassName
{
color: #7C8EFF;
}
</style>
background-color css
<style>
a { background-color: #7C8EFF; }
a { background-color: rgb(124,142,255); }
div.DivClassName
{
background-color: #7C8EFF;
}
.BgClassName
{
background-color: #7C8EFF;
}
</style>
border-color css
<style>
span { border-color: #7C8EFF; }
span { border-color: rgb(124,142,255); }
td.TdClassName
{
border-color: #7C8EFF;
}
.TagClassName
{
border-color: #7C8EFF;
}
</style>