Shades of Cornflower Blue #7C8DFF
Tints of Cornflower Blue #7C8DFF
RGB
CMYK
RGB Variations
Color information
#7C8DFF (or 0x7C8DFF) is known color: Cornflower Blue. HEX triplet: 7C, 8D and FF. RGB value is (124,141,255). Sum of RGB (Red+Green+Blue) = 124+141+255=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C8DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8DFF is #837200. Grayscale: #949494. Windows color (decimal): -8614401 or 16747900. OLE color: 16747900.
HSL color Cylindrical-coordinate representation of color #7C8DFF: hue angle of 232.21º 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 #7C8DFF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 141 | 255 | - |
| CMYK | 0.51 | 0.45 | 0 | 0 |
| HSL | 232.21º | 1% | 0.74% | - |
| HSV(B) | 232.21º | 0.51% | 1% | - |
| XYZ | 35.89 | 30.55 | 98.61 | - |
| YUV | 148.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 255 | 0.51 | 0.45 | 0 | 0 | 232.21 | 1 | 0.74 |
| Hex | 7C | 8D | FF | 33 | 2D | 0 | 0 | E8 | 64 | 4A |
| Octal | 174 | 215 | 377 | 63 | 55 | 0 | 0 | 350 | 144 | 112 |
| Binary | 1111100 | 10001101 | 11111111 | 110011 | 101101 | 0 | 0 | 11101000 | 1100100 | 1001010 |
Color Harmonies of #7C8DFF
Complementary color
Monochromatic Colors of #7C8DFF
Black with #7C8DFF
Text Example
Text Example
White with #7C8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8DFF; }
p { color: rgb(124,141,255); }
H1.HeaderClassName
{
color: #7C8DFF;
}
.AnyTagClassName
{
color: #7C8DFF;
}
</style>
background-color css
<style>
a { background-color: #7C8DFF; }
a { background-color: rgb(124,141,255); }
div.DivClassName
{
background-color: #7C8DFF;
}
.BgClassName
{
background-color: #7C8DFF;
}
</style>
border-color css
<style>
span { border-color: #7C8DFF; }
span { border-color: rgb(124,141,255); }
td.TdClassName
{
border-color: #7C8DFF;
}
.TagClassName
{
border-color: #7C8DFF;
}
</style>