Shades of Cornflower Blue #7C9DFF
Tints of Cornflower Blue #7C9DFF
RGB
CMYK
RGB Variations
Color information
#7C9DFF (or 0x7C9DFF) is known color: Cornflower Blue. HEX triplet: 7C, 9D and FF. RGB value is (124,157,255). Sum of RGB (Red+Green+Blue) = 124+157+255=536 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.13% from 536); Green value is 157 (61.72% from 255 or 29.29% 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 #7C9DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9DFF is #836200. Grayscale: #9D9D9D. Windows color (decimal): -8610305 or 16751996. OLE color: 16751996.
HSL color Cylindrical-coordinate representation of color #7C9DFF: hue angle of 224.89º 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 #7C9DFF is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 157 | 255 | - |
| CMYK | 0.51 | 0.38 | 0 | 0 |
| HSL | 224.89º | 1% | 0.74% | - |
| HSV(B) | 224.89º | 0.51% | 1% | - |
| XYZ | 38.42 | 35.62 | 99.46 | - |
| YUV | 158.31 | 182.57 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 255 | 0.51 | 0.38 | 0 | 0 | 224.89 | 1 | 0.74 |
| Hex | 7C | 9D | FF | 33 | 26 | 0 | 0 | E1 | 64 | 4A |
| Octal | 174 | 235 | 377 | 63 | 46 | 0 | 0 | 341 | 144 | 112 |
| Binary | 1111100 | 10011101 | 11111111 | 110011 | 100110 | 0 | 0 | 11100001 | 1100100 | 1001010 |
Color Harmonies of #7C9DFF
Complementary color
Monochromatic Colors of #7C9DFF
Black with #7C9DFF
Text Example
Text Example
White with #7C9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9DFF; }
p { color: rgb(124,157,255); }
H1.HeaderClassName
{
color: #7C9DFF;
}
.AnyTagClassName
{
color: #7C9DFF;
}
</style>
background-color css
<style>
a { background-color: #7C9DFF; }
a { background-color: rgb(124,157,255); }
div.DivClassName
{
background-color: #7C9DFF;
}
.BgClassName
{
background-color: #7C9DFF;
}
</style>
border-color css
<style>
span { border-color: #7C9DFF; }
span { border-color: rgb(124,157,255); }
td.TdClassName
{
border-color: #7C9DFF;
}
.TagClassName
{
border-color: #7C9DFF;
}
</style>