Shades of Cornflower Blue #7A8DFC
Tints of Cornflower Blue #7A8DFC
RGB
CMYK
RGB Variations
Color information
#7A8DFC (or 0x7A8DFC) is known color: Cornflower Blue. HEX triplet: 7A, 8D and FC. RGB value is (122,141,252). Sum of RGB (Red+Green+Blue) = 122+141+252=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A8DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8DFC is #857203. Grayscale: #939393. Windows color (decimal): -8745476 or 16551290. OLE color: 16551290.
HSL color Cylindrical-coordinate representation of color #7A8DFC: hue angle of 231.23º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A8DFC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 141 | 252 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.01 |
| HSL | 231.23º | 0.96% | 0.73% | - |
| HSV(B) | 231.23º | 0.52% | 0.99% | - |
| XYZ | 35.12 | 30.22 | 96.08 | - |
| YUV | 147.97 | 186.71 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 252 | 0.52 | 0.44 | 0 | 0.01 | 231.23 | 0.96 | 0.73 |
| Hex | 7A | 8D | FC | 34 | 2C | 0 | 1 | E7 | 60 | 49 |
| Octal | 172 | 215 | 374 | 64 | 54 | 0 | 1 | 347 | 140 | 111 |
| Binary | 1111010 | 10001101 | 11111100 | 110100 | 101100 | 0 | 1 | 11100111 | 1100000 | 1001001 |
Color Harmonies of #7A8DFC
Complementary color
Monochromatic Colors of #7A8DFC
Black with #7A8DFC
Text Example
Text Example
White with #7A8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8DFC; }
p { color: rgb(122,141,252); }
H1.HeaderClassName
{
color: #7A8DFC;
}
.AnyTagClassName
{
color: #7A8DFC;
}
</style>
background-color css
<style>
a { background-color: #7A8DFC; }
a { background-color: rgb(122,141,252); }
div.DivClassName
{
background-color: #7A8DFC;
}
.BgClassName
{
background-color: #7A8DFC;
}
</style>
border-color css
<style>
span { border-color: #7A8DFC; }
span { border-color: rgb(122,141,252); }
td.TdClassName
{
border-color: #7A8DFC;
}
.TagClassName
{
border-color: #7A8DFC;
}
</style>