Shades of Cornflower Blue #7A90FF
Tints of Cornflower Blue #7A90FF
RGB
CMYK
RGB Variations
Color information
#7A90FF (or 0x7A90FF) is known color: Cornflower Blue. HEX triplet: 7A, 90 and FF. RGB value is (122,144,255). Sum of RGB (Red+Green+Blue) = 122+144+255=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A90FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A90FF is #856F00. Grayscale: #959595. Windows color (decimal): -8744705 or 16748666. OLE color: 16748666.
HSL color Cylindrical-coordinate representation of color #7A90FF: hue angle of 230.08º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A90FF is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 144 | 255 | - |
| CMYK | 0.52 | 0.44 | 0 | 0 |
| HSL | 230.08º | 1% | 0.74% | - |
| HSV(B) | 230.08º | 0.52% | 1% | - |
| XYZ | 36.05 | 31.3 | 98.75 | - |
| YUV | 150.08 | 187.21 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 255 | 0.52 | 0.44 | 0 | 0 | 230.08 | 1 | 0.74 |
| Hex | 7A | 90 | FF | 34 | 2C | 0 | 0 | E6 | 64 | 4A |
| Octal | 172 | 220 | 377 | 64 | 54 | 0 | 0 | 346 | 144 | 112 |
| Binary | 1111010 | 10010000 | 11111111 | 110100 | 101100 | 0 | 0 | 11100110 | 1100100 | 1001010 |
Color Harmonies of #7A90FF
Complementary color
Monochromatic Colors of #7A90FF
Black with #7A90FF
Text Example
Text Example
White with #7A90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90FF; }
p { color: rgb(122,144,255); }
H1.HeaderClassName
{
color: #7A90FF;
}
.AnyTagClassName
{
color: #7A90FF;
}
</style>
background-color css
<style>
a { background-color: #7A90FF; }
a { background-color: rgb(122,144,255); }
div.DivClassName
{
background-color: #7A90FF;
}
.BgClassName
{
background-color: #7A90FF;
}
</style>
border-color css
<style>
span { border-color: #7A90FF; }
span { border-color: rgb(122,144,255); }
td.TdClassName
{
border-color: #7A90FF;
}
.TagClassName
{
border-color: #7A90FF;
}
</style>