Shades of Cornflower Blue #7A8DFE
Tints of Cornflower Blue #7A8DFE
RGB
CMYK
RGB Variations
Color information
#7A8DFE (or 0x7A8DFE) is known color: Cornflower Blue. HEX triplet: 7A, 8D and FE. RGB value is (122,141,254). Sum of RGB (Red+Green+Blue) = 122+141+254=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A8DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8DFE is #857201. Grayscale: #939393. Windows color (decimal): -8745474 or 16682362. OLE color: 16682362.
HSL color Cylindrical-coordinate representation of color #7A8DFE: hue angle of 231.36º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A8DFE is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 141 | 254 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.00 |
| HSL | 231.36º | 0.99% | 0.74% | - |
| HSV(B) | 231.36º | 0.52% | 1% | - |
| XYZ | 35.44 | 30.34 | 97.75 | - |
| YUV | 148.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 254 | 0.52 | 0.44 | 0 | 0.00 | 231.36 | 0.99 | 0.74 |
| Hex | 7A | 8D | FE | 34 | 2C | 0 | 0 | E7 | 63 | 4A |
| Octal | 172 | 215 | 376 | 64 | 54 | 0 | 0 | 347 | 143 | 112 |
| Binary | 1111010 | 10001101 | 11111110 | 110100 | 101100 | 0 | 0 | 11100111 | 1100011 | 1001010 |
Color Harmonies of #7A8DFE
Complementary color
Monochromatic Colors of #7A8DFE
Black with #7A8DFE
Text Example
Text Example
White with #7A8DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8DFE; }
p { color: rgb(122,141,254); }
H1.HeaderClassName
{
color: #7A8DFE;
}
.AnyTagClassName
{
color: #7A8DFE;
}
</style>
background-color css
<style>
a { background-color: #7A8DFE; }
a { background-color: rgb(122,141,254); }
div.DivClassName
{
background-color: #7A8DFE;
}
.BgClassName
{
background-color: #7A8DFE;
}
</style>
border-color css
<style>
span { border-color: #7A8DFE; }
span { border-color: rgb(122,141,254); }
td.TdClassName
{
border-color: #7A8DFE;
}
.TagClassName
{
border-color: #7A8DFE;
}
</style>