Shades of Cornflower Blue #7A8AFC
Tints of Cornflower Blue #7A8AFC
RGB
CMYK
RGB Variations
Color information
#7A8AFC (or 0x7A8AFC) is known color: Cornflower Blue. HEX triplet: 7A, 8A and FC. RGB value is (122,138,252). Sum of RGB (Red+Green+Blue) = 122+138+252=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A8AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8AFC is #857503. Grayscale: #919191. Windows color (decimal): -8746244 or 16550522. OLE color: 16550522.
HSL color Cylindrical-coordinate representation of color #7A8AFC: hue angle of 232.62º 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 #7A8AFC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 138 | 252 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.01 |
| HSL | 232.62º | 0.96% | 0.73% | - |
| HSV(B) | 232.62º | 0.52% | 0.99% | - |
| XYZ | 34.69 | 29.34 | 95.93 | - |
| YUV | 146.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 252 | 0.52 | 0.45 | 0 | 0.01 | 232.62 | 0.96 | 0.73 |
| Hex | 7A | 8A | FC | 34 | 2D | 0 | 1 | E9 | 60 | 49 |
| Octal | 172 | 212 | 374 | 64 | 55 | 0 | 1 | 351 | 140 | 111 |
| Binary | 1111010 | 10001010 | 11111100 | 110100 | 101101 | 0 | 1 | 11101001 | 1100000 | 1001001 |
Color Harmonies of #7A8AFC
Complementary color
Monochromatic Colors of #7A8AFC
Black with #7A8AFC
Text Example
Text Example
White with #7A8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8AFC; }
p { color: rgb(122,138,252); }
H1.HeaderClassName
{
color: #7A8AFC;
}
.AnyTagClassName
{
color: #7A8AFC;
}
</style>
background-color css
<style>
a { background-color: #7A8AFC; }
a { background-color: rgb(122,138,252); }
div.DivClassName
{
background-color: #7A8AFC;
}
.BgClassName
{
background-color: #7A8AFC;
}
</style>
border-color css
<style>
span { border-color: #7A8AFC; }
span { border-color: rgb(122,138,252); }
td.TdClassName
{
border-color: #7A8AFC;
}
.TagClassName
{
border-color: #7A8AFC;
}
</style>