Shades of Cornflower Blue #7A92FB
Tints of Cornflower Blue #7A92FB
RGB
CMYK
RGB Variations
Color information
#7A92FB (or 0x7A92FB) is known color: Cornflower Blue. HEX triplet: 7A, 92 and FB. RGB value is (122,146,251). Sum of RGB (Red+Green+Blue) = 122+146+251=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A92FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A92FB is #856D04. Grayscale: #969696. Windows color (decimal): -8744197 or 16487034. OLE color: 16487034.
HSL color Cylindrical-coordinate representation of color #7A92FB: hue angle of 228.84º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A92FB is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 146 | 251 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.02 |
| HSL | 228.84º | 0.94% | 0.73% | - |
| HSV(B) | 228.84º | 0.51% | 0.98% | - |
| XYZ | 35.72 | 31.66 | 95.5 | - |
| YUV | 150.79 | 184.55 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 251 | 0.51 | 0.42 | 0 | 0.02 | 228.84 | 0.94 | 0.73 |
| Hex | 7A | 92 | FB | 33 | 2A | 0 | 2 | E5 | 5E | 49 |
| Octal | 172 | 222 | 373 | 63 | 52 | 0 | 2 | 345 | 136 | 111 |
| Binary | 1111010 | 10010010 | 11111011 | 110011 | 101010 | 0 | 10 | 11100101 | 1011110 | 1001001 |
Color Harmonies of #7A92FB
Complementary color
Monochromatic Colors of #7A92FB
Black with #7A92FB
Text Example
Text Example
White with #7A92FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A92FB; }
p { color: rgb(122,146,251); }
H1.HeaderClassName
{
color: #7A92FB;
}
.AnyTagClassName
{
color: #7A92FB;
}
</style>
background-color css
<style>
a { background-color: #7A92FB; }
a { background-color: rgb(122,146,251); }
div.DivClassName
{
background-color: #7A92FB;
}
.BgClassName
{
background-color: #7A92FB;
}
</style>
border-color css
<style>
span { border-color: #7A92FB; }
span { border-color: rgb(122,146,251); }
td.TdClassName
{
border-color: #7A92FB;
}
.TagClassName
{
border-color: #7A92FB;
}
</style>