Shades of Cornflower Blue #7A95F6
Tints of Cornflower Blue #7A95F6
RGB
CMYK
RGB Variations
Color information
#7A95F6 (or 0x7A95F6) is known color: Cornflower Blue. HEX triplet: 7A, 95 and F6. RGB value is (122,149,246). Sum of RGB (Red+Green+Blue) = 122+149+246=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #7A95F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A95F6 is #856A09. Grayscale: #979797. Windows color (decimal): -8743434 or 16160122. OLE color: 16160122.
HSL color Cylindrical-coordinate representation of color #7A95F6: hue angle of 226.94º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A95F6 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 149 | 246 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.04 |
| HSL | 226.94º | 0.87% | 0.72% | - |
| HSV(B) | 226.94º | 0.5% | 0.96% | - |
| XYZ | 35.41 | 32.29 | 91.55 | - |
| YUV | 151.99 | 181.05 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 246 | 0.50 | 0.39 | 0 | 0.04 | 226.94 | 0.87 | 0.72 |
| Hex | 7A | 95 | F6 | 32 | 27 | 0 | 4 | E3 | 57 | 48 |
| Octal | 172 | 225 | 366 | 62 | 47 | 0 | 4 | 343 | 127 | 110 |
| Binary | 1111010 | 10010101 | 11110110 | 110010 | 100111 | 0 | 100 | 11100011 | 1010111 | 1001000 |
Color Harmonies of #7A95F6
Complementary color
Monochromatic Colors of #7A95F6
Black with #7A95F6
Text Example
Text Example
White with #7A95F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A95F6; }
p { color: rgb(122,149,246); }
H1.HeaderClassName
{
color: #7A95F6;
}
.AnyTagClassName
{
color: #7A95F6;
}
</style>
background-color css
<style>
a { background-color: #7A95F6; }
a { background-color: rgb(122,149,246); }
div.DivClassName
{
background-color: #7A95F6;
}
.BgClassName
{
background-color: #7A95F6;
}
</style>
border-color css
<style>
span { border-color: #7A95F6; }
span { border-color: rgb(122,149,246); }
td.TdClassName
{
border-color: #7A95F6;
}
.TagClassName
{
border-color: #7A95F6;
}
</style>