Shades of Cornflower Blue #7A8CF3
Tints of Cornflower Blue #7A8CF3
RGB
CMYK
RGB Variations
Color information
#7A8CF3 (or 0x7A8CF3) is known color: Cornflower Blue. HEX triplet: 7A, 8C and F3. RGB value is (122,140,243). Sum of RGB (Red+Green+Blue) = 122+140+243=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #7A8CF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8CF3 is #85730C. Grayscale: #919191. Windows color (decimal): -8745741 or 15961210. OLE color: 15961210.
HSL color Cylindrical-coordinate representation of color #7A8CF3: hue angle of 231.07º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A8CF3 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 140 | 243 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.05 |
| HSL | 231.07º | 0.83% | 0.72% | - |
| HSV(B) | 231.07º | 0.5% | 0.95% | - |
| XYZ | 33.58 | 29.36 | 88.69 | - |
| YUV | 146.36 | 182.54 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 243 | 0.50 | 0.42 | 0 | 0.05 | 231.07 | 0.83 | 0.72 |
| Hex | 7A | 8C | F3 | 32 | 2A | 0 | 5 | E7 | 53 | 48 |
| Octal | 172 | 214 | 363 | 62 | 52 | 0 | 5 | 347 | 123 | 110 |
| Binary | 1111010 | 10001100 | 11110011 | 110010 | 101010 | 0 | 101 | 11100111 | 1010011 | 1001000 |
Color Harmonies of #7A8CF3
Complementary color
Monochromatic Colors of #7A8CF3
Black with #7A8CF3
Text Example
Text Example
White with #7A8CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CF3; }
p { color: rgb(122,140,243); }
H1.HeaderClassName
{
color: #7A8CF3;
}
.AnyTagClassName
{
color: #7A8CF3;
}
</style>
background-color css
<style>
a { background-color: #7A8CF3; }
a { background-color: rgb(122,140,243); }
div.DivClassName
{
background-color: #7A8CF3;
}
.BgClassName
{
background-color: #7A8CF3;
}
</style>
border-color css
<style>
span { border-color: #7A8CF3; }
span { border-color: rgb(122,140,243); }
td.TdClassName
{
border-color: #7A8CF3;
}
.TagClassName
{
border-color: #7A8CF3;
}
</style>