Shades of Cornflower Blue #7A97FE
Tints of Cornflower Blue #7A97FE
RGB
CMYK
RGB Variations
Color information
#7A97FE (or 0x7A97FE) is known color: Cornflower Blue. HEX triplet: 7A, 97 and FE. RGB value is (122,151,254). Sum of RGB (Red+Green+Blue) = 122+151+254=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A97FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A97FE is #856801. Grayscale: #999999. Windows color (decimal): -8742914 or 16684922. OLE color: 16684922.
HSL color Cylindrical-coordinate representation of color #7A97FE: hue angle of 226.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A97FE is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 151 | 254 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.00 |
| HSL | 226.82º | 0.99% | 0.74% | - |
| HSV(B) | 226.82º | 0.52% | 1% | - |
| XYZ | 36.98 | 33.43 | 98.27 | - |
| YUV | 154.07 | 184.39 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 254 | 0.52 | 0.41 | 0 | 0.00 | 226.82 | 0.99 | 0.74 |
| Hex | 7A | 97 | FE | 34 | 29 | 0 | 0 | E3 | 63 | 4A |
| Octal | 172 | 227 | 376 | 64 | 51 | 0 | 0 | 343 | 143 | 112 |
| Binary | 1111010 | 10010111 | 11111110 | 110100 | 101001 | 0 | 0 | 11100011 | 1100011 | 1001010 |
Color Harmonies of #7A97FE
Complementary color
Monochromatic Colors of #7A97FE
Black with #7A97FE
Text Example
Text Example
White with #7A97FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A97FE; }
p { color: rgb(122,151,254); }
H1.HeaderClassName
{
color: #7A97FE;
}
.AnyTagClassName
{
color: #7A97FE;
}
</style>
background-color css
<style>
a { background-color: #7A97FE; }
a { background-color: rgb(122,151,254); }
div.DivClassName
{
background-color: #7A97FE;
}
.BgClassName
{
background-color: #7A97FE;
}
</style>
border-color css
<style>
span { border-color: #7A97FE; }
span { border-color: rgb(122,151,254); }
td.TdClassName
{
border-color: #7A97FE;
}
.TagClassName
{
border-color: #7A97FE;
}
</style>