Shades of Cornflower Blue #7A8BEE
Tints of Cornflower Blue #7A8BEE
RGB
CMYK
RGB Variations
Color information
#7A8BEE (or 0x7A8BEE) is known color: Cornflower Blue. HEX triplet: 7A, 8B and EE. RGB value is (122,139,238). Sum of RGB (Red+Green+Blue) = 122+139+238=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A8BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8BEE is #857411. Grayscale: #909090. Windows color (decimal): -8746002 or 15633274. OLE color: 15633274.
HSL color Cylindrical-coordinate representation of color #7A8BEE: hue angle of 231.21º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A8BEE is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 139 | 238 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.07 |
| HSL | 231.21º | 0.77% | 0.71% | - |
| HSV(B) | 231.21º | 0.49% | 0.93% | - |
| XYZ | 32.69 | 28.78 | 84.72 | - |
| YUV | 145.2 | 180.37 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 238 | 0.49 | 0.42 | 0 | 0.07 | 231.21 | 0.77 | 0.71 |
| Hex | 7A | 8B | EE | 31 | 2A | 0 | 7 | E7 | 4D | 47 |
| Octal | 172 | 213 | 356 | 61 | 52 | 0 | 7 | 347 | 115 | 107 |
| Binary | 1111010 | 10001011 | 11101110 | 110001 | 101010 | 0 | 111 | 11100111 | 1001101 | 1000111 |
Color Harmonies of #7A8BEE
Complementary color
Monochromatic Colors of #7A8BEE
Black with #7A8BEE
Text Example
Text Example
White with #7A8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BEE; }
p { color: rgb(122,139,238); }
H1.HeaderClassName
{
color: #7A8BEE;
}
.AnyTagClassName
{
color: #7A8BEE;
}
</style>
background-color css
<style>
a { background-color: #7A8BEE; }
a { background-color: rgb(122,139,238); }
div.DivClassName
{
background-color: #7A8BEE;
}
.BgClassName
{
background-color: #7A8BEE;
}
</style>
border-color css
<style>
span { border-color: #7A8BEE; }
span { border-color: rgb(122,139,238); }
td.TdClassName
{
border-color: #7A8BEE;
}
.TagClassName
{
border-color: #7A8BEE;
}
</style>