Shades of Cornflower Blue #7A8AFA
Tints of Cornflower Blue #7A8AFA
RGB
CMYK
RGB Variations
Color information
#7A8AFA (or 0x7A8AFA) is known color: Cornflower Blue. HEX triplet: 7A, 8A and FA. RGB value is (122,138,250). Sum of RGB (Red+Green+Blue) = 122+138+250=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A8AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8AFA is #857505. Grayscale: #919191. Windows color (decimal): -8746246 or 16419450. OLE color: 16419450.
HSL color Cylindrical-coordinate representation of color #7A8AFA: hue angle of 232.5º 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 #7A8AFA is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 138 | 250 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.02 |
| HSL | 232.5º | 0.93% | 0.73% | - |
| HSV(B) | 232.5º | 0.51% | 0.98% | - |
| XYZ | 34.37 | 29.22 | 94.27 | - |
| YUV | 145.98 | 186.7 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 250 | 0.51 | 0.45 | 0 | 0.02 | 232.5 | 0.93 | 0.73 |
| Hex | 7A | 8A | FA | 33 | 2D | 0 | 2 | E8 | 5D | 49 |
| Octal | 172 | 212 | 372 | 63 | 55 | 0 | 2 | 350 | 135 | 111 |
| Binary | 1111010 | 10001010 | 11111010 | 110011 | 101101 | 0 | 10 | 11101000 | 1011101 | 1001001 |
Color Harmonies of #7A8AFA
Complementary color
Monochromatic Colors of #7A8AFA
Black with #7A8AFA
Text Example
Text Example
White with #7A8AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8AFA; }
p { color: rgb(122,138,250); }
H1.HeaderClassName
{
color: #7A8AFA;
}
.AnyTagClassName
{
color: #7A8AFA;
}
</style>
background-color css
<style>
a { background-color: #7A8AFA; }
a { background-color: rgb(122,138,250); }
div.DivClassName
{
background-color: #7A8AFA;
}
.BgClassName
{
background-color: #7A8AFA;
}
</style>
border-color css
<style>
span { border-color: #7A8AFA; }
span { border-color: rgb(122,138,250); }
td.TdClassName
{
border-color: #7A8AFA;
}
.TagClassName
{
border-color: #7A8AFA;
}
</style>