Shades of Cornflower Blue #7C9AF3
Tints of Cornflower Blue #7C9AF3
RGB
CMYK
RGB Variations
Color information
#7C9AF3 (or 0x7C9AF3) is known color: Cornflower Blue. HEX triplet: 7C, 9A and F3. RGB value is (124,154,243). Sum of RGB (Red+Green+Blue) = 124+154+243=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #7C9AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9AF3 is #83650C. Grayscale: #9A9A9A. Windows color (decimal): -8611085 or 15964796. OLE color: 15964796.
HSL color Cylindrical-coordinate representation of color #7C9AF3: hue angle of 224.87º degrees, saturation: 0.83, 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 #7C9AF3 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 154 | 243 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.05 |
| HSL | 224.87º | 0.83% | 0.72% | - |
| HSV(B) | 224.87º | 0.49% | 0.95% | - |
| XYZ | 36.05 | 33.87 | 89.43 | - |
| YUV | 155.18 | 177.56 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 154 | 243 | 0.49 | 0.37 | 0 | 0.05 | 224.87 | 0.83 | 0.72 |
| Hex | 7C | 9A | F3 | 31 | 25 | 0 | 5 | E1 | 53 | 48 |
| Octal | 174 | 232 | 363 | 61 | 45 | 0 | 5 | 341 | 123 | 110 |
| Binary | 1111100 | 10011010 | 11110011 | 110001 | 100101 | 0 | 101 | 11100001 | 1010011 | 1001000 |
Color Harmonies of #7C9AF3
Complementary color
Monochromatic Colors of #7C9AF3
Black with #7C9AF3
Text Example
Text Example
White with #7C9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9AF3; }
p { color: rgb(124,154,243); }
H1.HeaderClassName
{
color: #7C9AF3;
}
.AnyTagClassName
{
color: #7C9AF3;
}
</style>
background-color css
<style>
a { background-color: #7C9AF3; }
a { background-color: rgb(124,154,243); }
div.DivClassName
{
background-color: #7C9AF3;
}
.BgClassName
{
background-color: #7C9AF3;
}
</style>
border-color css
<style>
span { border-color: #7C9AF3; }
span { border-color: rgb(124,154,243); }
td.TdClassName
{
border-color: #7C9AF3;
}
.TagClassName
{
border-color: #7C9AF3;
}
</style>