Shades of Cornflower Blue #7A8CEF
Tints of Cornflower Blue #7A8CEF
RGB
CMYK
RGB Variations
Color information
#7A8CEF (or 0x7A8CEF) is known color: Cornflower Blue. HEX triplet: 7A, 8C and EF. RGB value is (122,140,239). Sum of RGB (Red+Green+Blue) = 122+140+239=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A8CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8CEF is #857310. Grayscale: #919191. Windows color (decimal): -8745745 or 15699066. OLE color: 15699066.
HSL color Cylindrical-coordinate representation of color #7A8CEF: hue angle of 230.77º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A8CEF is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 140 | 239 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.06 |
| HSL | 230.77º | 0.79% | 0.71% | - |
| HSV(B) | 230.77º | 0.49% | 0.94% | - |
| XYZ | 32.98 | 29.13 | 85.54 | - |
| YUV | 145.9 | 180.54 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 239 | 0.49 | 0.41 | 0 | 0.06 | 230.77 | 0.79 | 0.71 |
| Hex | 7A | 8C | EF | 31 | 29 | 0 | 6 | E7 | 4F | 47 |
| Octal | 172 | 214 | 357 | 61 | 51 | 0 | 6 | 347 | 117 | 107 |
| Binary | 1111010 | 10001100 | 11101111 | 110001 | 101001 | 0 | 110 | 11100111 | 1001111 | 1000111 |
Color Harmonies of #7A8CEF
Complementary color
Monochromatic Colors of #7A8CEF
Black with #7A8CEF
Text Example
Text Example
White with #7A8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CEF; }
p { color: rgb(122,140,239); }
H1.HeaderClassName
{
color: #7A8CEF;
}
.AnyTagClassName
{
color: #7A8CEF;
}
</style>
background-color css
<style>
a { background-color: #7A8CEF; }
a { background-color: rgb(122,140,239); }
div.DivClassName
{
background-color: #7A8CEF;
}
.BgClassName
{
background-color: #7A8CEF;
}
</style>
border-color css
<style>
span { border-color: #7A8CEF; }
span { border-color: rgb(122,140,239); }
td.TdClassName
{
border-color: #7A8CEF;
}
.TagClassName
{
border-color: #7A8CEF;
}
</style>