Shades of Cornflower Blue #7A8CFC
Tints of Cornflower Blue #7A8CFC
RGB
CMYK
RGB Variations
Color information
#7A8CFC (or 0x7A8CFC) is known color: Cornflower Blue. HEX triplet: 7A, 8C and FC. RGB value is (122,140,252). Sum of RGB (Red+Green+Blue) = 122+140+252=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A8CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8CFC is #857303. Grayscale: #929292. Windows color (decimal): -8745732 or 16551034. OLE color: 16551034.
HSL color Cylindrical-coordinate representation of color #7A8CFC: hue angle of 231.69º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A8CFC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 140 | 252 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.01 |
| HSL | 231.69º | 0.96% | 0.73% | - |
| HSV(B) | 231.69º | 0.52% | 0.99% | - |
| XYZ | 34.97 | 29.92 | 96.03 | - |
| YUV | 147.39 | 187.04 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 252 | 0.52 | 0.44 | 0 | 0.01 | 231.69 | 0.96 | 0.73 |
| Hex | 7A | 8C | FC | 34 | 2C | 0 | 1 | E8 | 60 | 49 |
| Octal | 172 | 214 | 374 | 64 | 54 | 0 | 1 | 350 | 140 | 111 |
| Binary | 1111010 | 10001100 | 11111100 | 110100 | 101100 | 0 | 1 | 11101000 | 1100000 | 1001001 |
Color Harmonies of #7A8CFC
Complementary color
Monochromatic Colors of #7A8CFC
Black with #7A8CFC
Text Example
Text Example
White with #7A8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CFC; }
p { color: rgb(122,140,252); }
H1.HeaderClassName
{
color: #7A8CFC;
}
.AnyTagClassName
{
color: #7A8CFC;
}
</style>
background-color css
<style>
a { background-color: #7A8CFC; }
a { background-color: rgb(122,140,252); }
div.DivClassName
{
background-color: #7A8CFC;
}
.BgClassName
{
background-color: #7A8CFC;
}
</style>
border-color css
<style>
span { border-color: #7A8CFC; }
span { border-color: rgb(122,140,252); }
td.TdClassName
{
border-color: #7A8CFC;
}
.TagClassName
{
border-color: #7A8CFC;
}
</style>