Shades of Cornflower Blue #7A8DFA
Tints of Cornflower Blue #7A8DFA
RGB
CMYK
RGB Variations
Color information
#7A8DFA (or 0x7A8DFA) is known color: Cornflower Blue. HEX triplet: 7A, 8D and FA. RGB value is (122,141,250). Sum of RGB (Red+Green+Blue) = 122+141+250=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A8DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8DFA is #857205. Grayscale: #939393. Windows color (decimal): -8745478 or 16420218. OLE color: 16420218.
HSL color Cylindrical-coordinate representation of color #7A8DFA: hue angle of 231.09º 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 #7A8DFA is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 141 | 250 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.02 |
| HSL | 231.09º | 0.93% | 0.73% | - |
| HSV(B) | 231.09º | 0.51% | 0.98% | - |
| XYZ | 34.81 | 30.09 | 94.42 | - |
| YUV | 147.75 | 185.71 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 250 | 0.51 | 0.44 | 0 | 0.02 | 231.09 | 0.93 | 0.73 |
| Hex | 7A | 8D | FA | 33 | 2C | 0 | 2 | E7 | 5D | 49 |
| Octal | 172 | 215 | 372 | 63 | 54 | 0 | 2 | 347 | 135 | 111 |
| Binary | 1111010 | 10001101 | 11111010 | 110011 | 101100 | 0 | 10 | 11100111 | 1011101 | 1001001 |
Color Harmonies of #7A8DFA
Complementary color
Monochromatic Colors of #7A8DFA
Black with #7A8DFA
Text Example
Text Example
White with #7A8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8DFA; }
p { color: rgb(122,141,250); }
H1.HeaderClassName
{
color: #7A8DFA;
}
.AnyTagClassName
{
color: #7A8DFA;
}
</style>
background-color css
<style>
a { background-color: #7A8DFA; }
a { background-color: rgb(122,141,250); }
div.DivClassName
{
background-color: #7A8DFA;
}
.BgClassName
{
background-color: #7A8DFA;
}
</style>
border-color css
<style>
span { border-color: #7A8DFA; }
span { border-color: rgb(122,141,250); }
td.TdClassName
{
border-color: #7A8DFA;
}
.TagClassName
{
border-color: #7A8DFA;
}
</style>