Shades of Cornflower Blue #7A96FA
Tints of Cornflower Blue #7A96FA
RGB
CMYK
RGB Variations
Color information
#7A96FA (or 0x7A96FA) is known color: Cornflower Blue. HEX triplet: 7A, 96 and FA. RGB value is (122,150,250). Sum of RGB (Red+Green+Blue) = 122+150+250=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A96FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A96FA is #856905. Grayscale: #989898. Windows color (decimal): -8743174 or 16422522. OLE color: 16422522.
HSL color Cylindrical-coordinate representation of color #7A96FA: hue angle of 226.88º 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 #7A96FA is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 150 | 250 | - |
| CMYK | 0.51 | 0.4 | 0 | 0.02 |
| HSL | 226.88º | 0.93% | 0.73% | - |
| HSV(B) | 226.88º | 0.51% | 0.98% | - |
| XYZ | 36.19 | 32.85 | 94.88 | - |
| YUV | 153.03 | 182.72 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 250 | 0.51 | 0.4 | 0 | 0.02 | 226.88 | 0.93 | 0.73 |
| Hex | 7A | 96 | FA | 33 | 28 | 0 | 2 | E3 | 5D | 49 |
| Octal | 172 | 226 | 372 | 63 | 50 | 0 | 2 | 343 | 135 | 111 |
| Binary | 1111010 | 10010110 | 11111010 | 110011 | 101000 | 0 | 10 | 11100011 | 1011101 | 1001001 |
Color Harmonies of #7A96FA
Complementary color
Monochromatic Colors of #7A96FA
Black with #7A96FA
Text Example
Text Example
White with #7A96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A96FA; }
p { color: rgb(122,150,250); }
H1.HeaderClassName
{
color: #7A96FA;
}
.AnyTagClassName
{
color: #7A96FA;
}
</style>
background-color css
<style>
a { background-color: #7A96FA; }
a { background-color: rgb(122,150,250); }
div.DivClassName
{
background-color: #7A96FA;
}
.BgClassName
{
background-color: #7A96FA;
}
</style>
border-color css
<style>
span { border-color: #7A96FA; }
span { border-color: rgb(122,150,250); }
td.TdClassName
{
border-color: #7A96FA;
}
.TagClassName
{
border-color: #7A96FA;
}
</style>