Shades of Cornflower Blue #7A93EE
Tints of Cornflower Blue #7A93EE
RGB
CMYK
RGB Variations
Color information
#7A93EE (or 0x7A93EE) is known color: Cornflower Blue. HEX triplet: 7A, 93 and EE. RGB value is (122,147,238). Sum of RGB (Red+Green+Blue) = 122+147+238=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A93EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A93EE is #856C11. Grayscale: #959595. Windows color (decimal): -8743954 or 15635322. OLE color: 15635322.
HSL color Cylindrical-coordinate representation of color #7A93EE: hue angle of 227.07º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A93EE is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 147 | 238 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.07 |
| HSL | 227.07º | 0.77% | 0.71% | - |
| HSV(B) | 227.07º | 0.49% | 0.93% | - |
| XYZ | 33.89 | 31.18 | 85.12 | - |
| YUV | 149.9 | 177.72 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 238 | 0.49 | 0.38 | 0 | 0.07 | 227.07 | 0.77 | 0.71 |
| Hex | 7A | 93 | EE | 31 | 26 | 0 | 7 | E3 | 4D | 47 |
| Octal | 172 | 223 | 356 | 61 | 46 | 0 | 7 | 343 | 115 | 107 |
| Binary | 1111010 | 10010011 | 11101110 | 110001 | 100110 | 0 | 111 | 11100011 | 1001101 | 1000111 |
Color Harmonies of #7A93EE
Complementary color
Monochromatic Colors of #7A93EE
Black with #7A93EE
Text Example
Text Example
White with #7A93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A93EE; }
p { color: rgb(122,147,238); }
H1.HeaderClassName
{
color: #7A93EE;
}
.AnyTagClassName
{
color: #7A93EE;
}
</style>
background-color css
<style>
a { background-color: #7A93EE; }
a { background-color: rgb(122,147,238); }
div.DivClassName
{
background-color: #7A93EE;
}
.BgClassName
{
background-color: #7A93EE;
}
</style>
border-color css
<style>
span { border-color: #7A93EE; }
span { border-color: rgb(122,147,238); }
td.TdClassName
{
border-color: #7A93EE;
}
.TagClassName
{
border-color: #7A93EE;
}
</style>