Shades of Cornflower Blue #7A8BFA
Tints of Cornflower Blue #7A8BFA
RGB
CMYK
RGB Variations
Color information
#7A8BFA (or 0x7A8BFA) is known color: Cornflower Blue. HEX triplet: 7A, 8B and FA. RGB value is (122,139,250). Sum of RGB (Red+Green+Blue) = 122+139+250=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A8BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8BFA is #857405. Grayscale: #929292. Windows color (decimal): -8745990 or 16419706. OLE color: 16419706.
HSL color Cylindrical-coordinate representation of color #7A8BFA: hue angle of 232.03º 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 #7A8BFA is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 139 | 250 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.02 |
| HSL | 232.03º | 0.93% | 0.73% | - |
| HSV(B) | 232.03º | 0.51% | 0.98% | - |
| XYZ | 34.51 | 29.5 | 94.32 | - |
| YUV | 146.57 | 186.37 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 250 | 0.51 | 0.44 | 0 | 0.02 | 232.03 | 0.93 | 0.73 |
| Hex | 7A | 8B | FA | 33 | 2C | 0 | 2 | E8 | 5D | 49 |
| Octal | 172 | 213 | 372 | 63 | 54 | 0 | 2 | 350 | 135 | 111 |
| Binary | 1111010 | 10001011 | 11111010 | 110011 | 101100 | 0 | 10 | 11101000 | 1011101 | 1001001 |
Color Harmonies of #7A8BFA
Complementary color
Monochromatic Colors of #7A8BFA
Black with #7A8BFA
Text Example
Text Example
White with #7A8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BFA; }
p { color: rgb(122,139,250); }
H1.HeaderClassName
{
color: #7A8BFA;
}
.AnyTagClassName
{
color: #7A8BFA;
}
</style>
background-color css
<style>
a { background-color: #7A8BFA; }
a { background-color: rgb(122,139,250); }
div.DivClassName
{
background-color: #7A8BFA;
}
.BgClassName
{
background-color: #7A8BFA;
}
</style>
border-color css
<style>
span { border-color: #7A8BFA; }
span { border-color: rgb(122,139,250); }
td.TdClassName
{
border-color: #7A8BFA;
}
.TagClassName
{
border-color: #7A8BFA;
}
</style>