Shades of Cornflower Blue #7A9AED
Tints of Cornflower Blue #7A9AED
RGB
CMYK
RGB Variations
Color information
#7A9AED (or 0x7A9AED) is known color: Cornflower Blue. HEX triplet: 7A, 9A and ED. RGB value is (122,154,237). Sum of RGB (Red+Green+Blue) = 122+154+237=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A9AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9AED is #856512. Grayscale: #999999. Windows color (decimal): -8742163 or 15571578. OLE color: 15571578.
HSL color Cylindrical-coordinate representation of color #7A9AED: hue angle of 223.3º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A9AED is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 154 | 237 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.07 |
| HSL | 223.3º | 0.76% | 0.7% | - |
| HSV(B) | 223.3º | 0.49% | 0.93% | - |
| XYZ | 34.87 | 33.36 | 84.72 | - |
| YUV | 153.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 237 | 0.49 | 0.35 | 0 | 0.07 | 223.3 | 0.76 | 0.7 |
| Hex | 7A | 9A | ED | 31 | 23 | 0 | 7 | DF | 4C | 46 |
| Octal | 172 | 232 | 355 | 61 | 43 | 0 | 7 | 337 | 114 | 106 |
| Binary | 1111010 | 10011010 | 11101101 | 110001 | 100011 | 0 | 111 | 11011111 | 1001100 | 1000110 |
Color Harmonies of #7A9AED
Complementary color
Monochromatic Colors of #7A9AED
Black with #7A9AED
Text Example
Text Example
White with #7A9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9AED; }
p { color: rgb(122,154,237); }
H1.HeaderClassName
{
color: #7A9AED;
}
.AnyTagClassName
{
color: #7A9AED;
}
</style>
background-color css
<style>
a { background-color: #7A9AED; }
a { background-color: rgb(122,154,237); }
div.DivClassName
{
background-color: #7A9AED;
}
.BgClassName
{
background-color: #7A9AED;
}
</style>
border-color css
<style>
span { border-color: #7A9AED; }
span { border-color: rgb(122,154,237); }
td.TdClassName
{
border-color: #7A9AED;
}
.TagClassName
{
border-color: #7A9AED;
}
</style>