Shades of Cornflower Blue #7C99FF
Tints of Cornflower Blue #7C99FF
RGB
CMYK
RGB Variations
Color information
#7C99FF (or 0x7C99FF) is known color: Cornflower Blue. HEX triplet: 7C, 99 and FF. RGB value is (124,153,255). Sum of RGB (Red+Green+Blue) = 124+153+255=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C99FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C99FF is #836600. Grayscale: #9B9B9B. Windows color (decimal): -8611329 or 16750972. OLE color: 16750972.
HSL color Cylindrical-coordinate representation of color #7C99FF: hue angle of 226.72º 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 #7C99FF is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 153 | 255 | - |
| CMYK | 0.51 | 0.4 | 0 | 0 |
| HSL | 226.72º | 1% | 0.74% | - |
| HSV(B) | 226.72º | 0.51% | 1% | - |
| XYZ | 37.75 | 34.29 | 99.24 | - |
| YUV | 155.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 255 | 0.51 | 0.4 | 0 | 0 | 226.72 | 1 | 0.74 |
| Hex | 7C | 99 | FF | 33 | 28 | 0 | 0 | E3 | 64 | 4A |
| Octal | 174 | 231 | 377 | 63 | 50 | 0 | 0 | 343 | 144 | 112 |
| Binary | 1111100 | 10011001 | 11111111 | 110011 | 101000 | 0 | 0 | 11100011 | 1100100 | 1001010 |
Color Harmonies of #7C99FF
Complementary color
Monochromatic Colors of #7C99FF
Black with #7C99FF
Text Example
Text Example
White with #7C99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C99FF; }
p { color: rgb(124,153,255); }
H1.HeaderClassName
{
color: #7C99FF;
}
.AnyTagClassName
{
color: #7C99FF;
}
</style>
background-color css
<style>
a { background-color: #7C99FF; }
a { background-color: rgb(124,153,255); }
div.DivClassName
{
background-color: #7C99FF;
}
.BgClassName
{
background-color: #7C99FF;
}
</style>
border-color css
<style>
span { border-color: #7C99FF; }
span { border-color: rgb(124,153,255); }
td.TdClassName
{
border-color: #7C99FF;
}
.TagClassName
{
border-color: #7C99FF;
}
</style>