Shades of Cornflower Blue #7A9BFE
Tints of Cornflower Blue #7A9BFE
RGB
CMYK
RGB Variations
Color information
#7A9BFE (or 0x7A9BFE) is known color: Cornflower Blue. HEX triplet: 7A, 9B and FE. RGB value is (122,155,254). Sum of RGB (Red+Green+Blue) = 122+155+254=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A9BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9BFE is #856401. Grayscale: #9B9B9B. Windows color (decimal): -8741890 or 16685946. OLE color: 16685946.
HSL color Cylindrical-coordinate representation of color #7A9BFE: hue angle of 225º 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 #7A9BFE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 155 | 254 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.00 |
| HSL | 225º | 0.99% | 0.74% | - |
| HSV(B) | 225º | 0.52% | 1% | - |
| XYZ | 37.64 | 34.74 | 98.49 | - |
| YUV | 156.42 | 183.07 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 254 | 0.52 | 0.39 | 0 | 0.00 | 225 | 0.99 | 0.74 |
| Hex | 7A | 9B | FE | 34 | 27 | 0 | 0 | E1 | 63 | 4A |
| Octal | 172 | 233 | 376 | 64 | 47 | 0 | 0 | 341 | 143 | 112 |
| Binary | 1111010 | 10011011 | 11111110 | 110100 | 100111 | 0 | 0 | 11100001 | 1100011 | 1001010 |
Color Harmonies of #7A9BFE
Complementary color
Monochromatic Colors of #7A9BFE
Black with #7A9BFE
Text Example
Text Example
White with #7A9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9BFE; }
p { color: rgb(122,155,254); }
H1.HeaderClassName
{
color: #7A9BFE;
}
.AnyTagClassName
{
color: #7A9BFE;
}
</style>
background-color css
<style>
a { background-color: #7A9BFE; }
a { background-color: rgb(122,155,254); }
div.DivClassName
{
background-color: #7A9BFE;
}
.BgClassName
{
background-color: #7A9BFE;
}
</style>
border-color css
<style>
span { border-color: #7A9BFE; }
span { border-color: rgb(122,155,254); }
td.TdClassName
{
border-color: #7A9BFE;
}
.TagClassName
{
border-color: #7A9BFE;
}
</style>