Shades of Cornflower Blue #7A8FF4
Tints of Cornflower Blue #7A8FF4
RGB
CMYK
RGB Variations
Color information
#7A8FF4 (or 0x7A8FF4) is known color: Cornflower Blue. HEX triplet: 7A, 8F and F4. RGB value is (122,143,244). Sum of RGB (Red+Green+Blue) = 122+143+244=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #7A8FF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8FF4 is #85700B. Grayscale: #939393. Windows color (decimal): -8744972 or 16027514. OLE color: 16027514.
HSL color Cylindrical-coordinate representation of color #7A8FF4: hue angle of 229.67º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A8FF4 is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 143 | 244 | - |
| CMYK | 0.5 | 0.41 | 0 | 0.04 |
| HSL | 229.67º | 0.85% | 0.72% | - |
| HSV(B) | 229.67º | 0.5% | 0.96% | - |
| XYZ | 34.18 | 30.31 | 89.64 | - |
| YUV | 148.24 | 182.04 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 244 | 0.5 | 0.41 | 0 | 0.04 | 229.67 | 0.85 | 0.72 |
| Hex | 7A | 8F | F4 | 32 | 29 | 0 | 4 | E6 | 55 | 48 |
| Octal | 172 | 217 | 364 | 62 | 51 | 0 | 4 | 346 | 125 | 110 |
| Binary | 1111010 | 10001111 | 11110100 | 110010 | 101001 | 0 | 100 | 11100110 | 1010101 | 1001000 |
Color Harmonies of #7A8FF4
Complementary color
Monochromatic Colors of #7A8FF4
Black with #7A8FF4
Text Example
Text Example
White with #7A8FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8FF4; }
p { color: rgb(122,143,244); }
H1.HeaderClassName
{
color: #7A8FF4;
}
.AnyTagClassName
{
color: #7A8FF4;
}
</style>
background-color css
<style>
a { background-color: #7A8FF4; }
a { background-color: rgb(122,143,244); }
div.DivClassName
{
background-color: #7A8FF4;
}
.BgClassName
{
background-color: #7A8FF4;
}
</style>
border-color css
<style>
span { border-color: #7A8FF4; }
span { border-color: rgb(122,143,244); }
td.TdClassName
{
border-color: #7A8FF4;
}
.TagClassName
{
border-color: #7A8FF4;
}
</style>