Shades of Cornflower Blue #7A8CF7
Tints of Cornflower Blue #7A8CF7
RGB
CMYK
RGB Variations
Color information
#7A8CF7 (or 0x7A8CF7) is known color: Cornflower Blue. HEX triplet: 7A, 8C and F7. RGB value is (122,140,247). Sum of RGB (Red+Green+Blue) = 122+140+247=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A8CF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8CF7 is #857308. Grayscale: #929292. Windows color (decimal): -8745737 or 16223354. OLE color: 16223354.
HSL color Cylindrical-coordinate representation of color #7A8CF7: hue angle of 231.36º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A8CF7 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 140 | 247 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.03 |
| HSL | 231.36º | 0.89% | 0.72% | - |
| HSV(B) | 231.36º | 0.51% | 0.97% | - |
| XYZ | 34.19 | 29.61 | 91.91 | - |
| YUV | 146.82 | 184.54 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 247 | 0.51 | 0.43 | 0 | 0.03 | 231.36 | 0.89 | 0.72 |
| Hex | 7A | 8C | F7 | 33 | 2B | 0 | 3 | E7 | 59 | 48 |
| Octal | 172 | 214 | 367 | 63 | 53 | 0 | 3 | 347 | 131 | 110 |
| Binary | 1111010 | 10001100 | 11110111 | 110011 | 101011 | 0 | 11 | 11100111 | 1011001 | 1001000 |
Color Harmonies of #7A8CF7
Complementary color
Monochromatic Colors of #7A8CF7
Black with #7A8CF7
Text Example
Text Example
White with #7A8CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CF7; }
p { color: rgb(122,140,247); }
H1.HeaderClassName
{
color: #7A8CF7;
}
.AnyTagClassName
{
color: #7A8CF7;
}
</style>
background-color css
<style>
a { background-color: #7A8CF7; }
a { background-color: rgb(122,140,247); }
div.DivClassName
{
background-color: #7A8CF7;
}
.BgClassName
{
background-color: #7A8CF7;
}
</style>
border-color css
<style>
span { border-color: #7A8CF7; }
span { border-color: rgb(122,140,247); }
td.TdClassName
{
border-color: #7A8CF7;
}
.TagClassName
{
border-color: #7A8CF7;
}
</style>