Shades of Cornflower Blue #7A8BFF
Tints of Cornflower Blue #7A8BFF
RGB
CMYK
RGB Variations
Color information
#7A8BFF (or 0x7A8BFF) is known color: Cornflower Blue. HEX triplet: 7A, 8B and FF. RGB value is (122,139,255). Sum of RGB (Red+Green+Blue) = 122+139+255=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A8BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8BFF is #857400. Grayscale: #929292. Windows color (decimal): -8745985 or 16747386. OLE color: 16747386.
HSL color Cylindrical-coordinate representation of color #7A8BFF: hue angle of 232.33º 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 #7A8BFF is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 139 | 255 | - |
| CMYK | 0.52 | 0.45 | 0 | 0 |
| HSL | 232.33º | 1% | 0.74% | - |
| HSV(B) | 232.33º | 0.52% | 1% | - |
| XYZ | 35.31 | 29.82 | 98.5 | - |
| YUV | 147.14 | 188.87 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 255 | 0.52 | 0.45 | 0 | 0 | 232.33 | 1 | 0.74 |
| Hex | 7A | 8B | FF | 34 | 2D | 0 | 0 | E8 | 64 | 4A |
| Octal | 172 | 213 | 377 | 64 | 55 | 0 | 0 | 350 | 144 | 112 |
| Binary | 1111010 | 10001011 | 11111111 | 110100 | 101101 | 0 | 0 | 11101000 | 1100100 | 1001010 |
Color Harmonies of #7A8BFF
Complementary color
Monochromatic Colors of #7A8BFF
Black with #7A8BFF
Text Example
Text Example
White with #7A8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BFF; }
p { color: rgb(122,139,255); }
H1.HeaderClassName
{
color: #7A8BFF;
}
.AnyTagClassName
{
color: #7A8BFF;
}
</style>
background-color css
<style>
a { background-color: #7A8BFF; }
a { background-color: rgb(122,139,255); }
div.DivClassName
{
background-color: #7A8BFF;
}
.BgClassName
{
background-color: #7A8BFF;
}
</style>
border-color css
<style>
span { border-color: #7A8BFF; }
span { border-color: rgb(122,139,255); }
td.TdClassName
{
border-color: #7A8BFF;
}
.TagClassName
{
border-color: #7A8BFF;
}
</style>