Shades of Cornflower Blue #7A98E7
Tints of Cornflower Blue #7A98E7
RGB
CMYK
RGB Variations
Color information
#7A98E7 (or 0x7A98E7) is known color: Cornflower Blue. HEX triplet: 7A, 98 and E7. RGB value is (122,152,231). Sum of RGB (Red+Green+Blue) = 122+152+231=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #7A98E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A98E7 is #856718. Grayscale: #979797. Windows color (decimal): -8742681 or 15177850. OLE color: 15177850.
HSL color Cylindrical-coordinate representation of color #7A98E7: hue angle of 223.49º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A98E7 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 152 | 231 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.09 |
| HSL | 223.49º | 0.69% | 0.69% | - |
| HSV(B) | 223.49º | 0.47% | 0.91% | - |
| XYZ | 33.68 | 32.36 | 80.07 | - |
| YUV | 152.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 231 | 0.47 | 0.34 | 0 | 0.09 | 223.49 | 0.69 | 0.69 |
| Hex | 7A | 98 | E7 | 2F | 22 | 0 | 9 | DF | 45 | 45 |
| Octal | 172 | 230 | 347 | 57 | 42 | 0 | 11 | 337 | 105 | 105 |
| Binary | 1111010 | 10011000 | 11100111 | 101111 | 100010 | 0 | 1001 | 11011111 | 1000101 | 1000101 |
Color Harmonies of #7A98E7
Complementary color
Monochromatic Colors of #7A98E7
Black with #7A98E7
Text Example
Text Example
White with #7A98E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A98E7; }
p { color: rgb(122,152,231); }
H1.HeaderClassName
{
color: #7A98E7;
}
.AnyTagClassName
{
color: #7A98E7;
}
</style>
background-color css
<style>
a { background-color: #7A98E7; }
a { background-color: rgb(122,152,231); }
div.DivClassName
{
background-color: #7A98E7;
}
.BgClassName
{
background-color: #7A98E7;
}
</style>
border-color css
<style>
span { border-color: #7A98E7; }
span { border-color: rgb(122,152,231); }
td.TdClassName
{
border-color: #7A98E7;
}
.TagClassName
{
border-color: #7A98E7;
}
</style>