Shades of Cornflower Blue #7C9AF2
Tints of Cornflower Blue #7C9AF2
RGB
CMYK
RGB Variations
Color information
#7C9AF2 (or 0x7C9AF2) is known color: Cornflower Blue. HEX triplet: 7C, 9A and F2. RGB value is (124,154,242). Sum of RGB (Red+Green+Blue) = 124+154+242=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #7C9AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9AF2 is #83650D. Grayscale: #9A9A9A. Windows color (decimal): -8611086 or 15899260. OLE color: 15899260.
HSL color Cylindrical-coordinate representation of color #7C9AF2: hue angle of 224.75º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C9AF2 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 154 | 242 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.05 |
| HSL | 224.75º | 0.82% | 0.72% | - |
| HSV(B) | 224.75º | 0.49% | 0.95% | - |
| XYZ | 35.89 | 33.81 | 88.64 | - |
| YUV | 155.06 | 177.06 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 154 | 242 | 0.49 | 0.36 | 0 | 0.05 | 224.75 | 0.82 | 0.72 |
| Hex | 7C | 9A | F2 | 31 | 24 | 0 | 5 | E1 | 52 | 48 |
| Octal | 174 | 232 | 362 | 61 | 44 | 0 | 5 | 341 | 122 | 110 |
| Binary | 1111100 | 10011010 | 11110010 | 110001 | 100100 | 0 | 101 | 11100001 | 1010010 | 1001000 |
Color Harmonies of #7C9AF2
Complementary color
Monochromatic Colors of #7C9AF2
Black with #7C9AF2
Text Example
Text Example
White with #7C9AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9AF2; }
p { color: rgb(124,154,242); }
H1.HeaderClassName
{
color: #7C9AF2;
}
.AnyTagClassName
{
color: #7C9AF2;
}
</style>
background-color css
<style>
a { background-color: #7C9AF2; }
a { background-color: rgb(124,154,242); }
div.DivClassName
{
background-color: #7C9AF2;
}
.BgClassName
{
background-color: #7C9AF2;
}
</style>
border-color css
<style>
span { border-color: #7C9AF2; }
span { border-color: rgb(124,154,242); }
td.TdClassName
{
border-color: #7C9AF2;
}
.TagClassName
{
border-color: #7C9AF2;
}
</style>