Shades of Cornflower Blue #7A8CFA
Tints of Cornflower Blue #7A8CFA
RGB
CMYK
RGB Variations
Color information
#7A8CFA (or 0x7A8CFA) is known color: Cornflower Blue. HEX triplet: 7A, 8C and FA. RGB value is (122,140,250). Sum of RGB (Red+Green+Blue) = 122+140+250=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A8CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8CFA is #857305. Grayscale: #929292. Windows color (decimal): -8745734 or 16419962. OLE color: 16419962.
HSL color Cylindrical-coordinate representation of color #7A8CFA: hue angle of 231.56º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A8CFA is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 140 | 250 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.02 |
| HSL | 231.56º | 0.93% | 0.73% | - |
| HSV(B) | 231.56º | 0.51% | 0.98% | - |
| XYZ | 34.66 | 29.8 | 94.37 | - |
| YUV | 147.16 | 186.04 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 250 | 0.51 | 0.44 | 0 | 0.02 | 231.56 | 0.93 | 0.73 |
| Hex | 7A | 8C | FA | 33 | 2C | 0 | 2 | E8 | 5D | 49 |
| Octal | 172 | 214 | 372 | 63 | 54 | 0 | 2 | 350 | 135 | 111 |
| Binary | 1111010 | 10001100 | 11111010 | 110011 | 101100 | 0 | 10 | 11101000 | 1011101 | 1001001 |
Color Harmonies of #7A8CFA
Complementary color
Monochromatic Colors of #7A8CFA
Black with #7A8CFA
Text Example
Text Example
White with #7A8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CFA; }
p { color: rgb(122,140,250); }
H1.HeaderClassName
{
color: #7A8CFA;
}
.AnyTagClassName
{
color: #7A8CFA;
}
</style>
background-color css
<style>
a { background-color: #7A8CFA; }
a { background-color: rgb(122,140,250); }
div.DivClassName
{
background-color: #7A8CFA;
}
.BgClassName
{
background-color: #7A8CFA;
}
</style>
border-color css
<style>
span { border-color: #7A8CFA; }
span { border-color: rgb(122,140,250); }
td.TdClassName
{
border-color: #7A8CFA;
}
.TagClassName
{
border-color: #7A8CFA;
}
</style>