Shades of Cornflower Blue #7C98FF
Tints of Cornflower Blue #7C98FF
RGB
CMYK
RGB Variations
Color information
#7C98FF (or 0x7C98FF) is known color: Cornflower Blue. HEX triplet: 7C, 98 and FF. RGB value is (124,152,255). Sum of RGB (Red+Green+Blue) = 124+152+255=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C98FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C98FF is #836700. Grayscale: #9A9A9A. Windows color (decimal): -8611585 or 16750716. OLE color: 16750716.
HSL color Cylindrical-coordinate representation of color #7C98FF: hue angle of 227.18º 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 #7C98FF is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 152 | 255 | - |
| CMYK | 0.51 | 0.40 | 0 | 0 |
| HSL | 227.18º | 1% | 0.74% | - |
| HSV(B) | 227.18º | 0.51% | 1% | - |
| XYZ | 37.59 | 33.96 | 99.18 | - |
| YUV | 155.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 255 | 0.51 | 0.40 | 0 | 0 | 227.18 | 1 | 0.74 |
| Hex | 7C | 98 | FF | 33 | 28 | 0 | 0 | E3 | 64 | 4A |
| Octal | 174 | 230 | 377 | 63 | 50 | 0 | 0 | 343 | 144 | 112 |
| Binary | 1111100 | 10011000 | 11111111 | 110011 | 101000 | 0 | 0 | 11100011 | 1100100 | 1001010 |
Color Harmonies of #7C98FF
Complementary color
Monochromatic Colors of #7C98FF
Black with #7C98FF
Text Example
Text Example
White with #7C98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C98FF; }
p { color: rgb(124,152,255); }
H1.HeaderClassName
{
color: #7C98FF;
}
.AnyTagClassName
{
color: #7C98FF;
}
</style>
background-color css
<style>
a { background-color: #7C98FF; }
a { background-color: rgb(124,152,255); }
div.DivClassName
{
background-color: #7C98FF;
}
.BgClassName
{
background-color: #7C98FF;
}
</style>
border-color css
<style>
span { border-color: #7C98FF; }
span { border-color: rgb(124,152,255); }
td.TdClassName
{
border-color: #7C98FF;
}
.TagClassName
{
border-color: #7C98FF;
}
</style>