Shades of Portage #7A87ED
Tints of Portage #7A87ED
RGB
CMYK
RGB Variations
Color information
#7A87ED (or 0x7A87ED) is known color: Portage. HEX triplet: 7A, 87 and ED. RGB value is (122,135,237). Sum of RGB (Red+Green+Blue) = 122+135+237=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A87ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A87ED is #857812. Grayscale: #8E8E8E. Windows color (decimal): -8747027 or 15566714. OLE color: 15566714.
HSL color Cylindrical-coordinate representation of color #7A87ED: hue angle of 233.22º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A87ED is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 135 | 237 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.07 |
| HSL | 233.22º | 0.76% | 0.7% | - |
| HSV(B) | 233.22º | 0.49% | 0.93% | - |
| XYZ | 31.98 | 27.58 | 83.76 | - |
| YUV | 142.74 | 181.19 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 237 | 0.49 | 0.43 | 0 | 0.07 | 233.22 | 0.76 | 0.7 |
| Hex | 7A | 87 | ED | 31 | 2B | 0 | 7 | E9 | 4C | 46 |
| Octal | 172 | 207 | 355 | 61 | 53 | 0 | 7 | 351 | 114 | 106 |
| Binary | 1111010 | 10000111 | 11101101 | 110001 | 101011 | 0 | 111 | 11101001 | 1001100 | 1000110 |
Color Harmonies of #7A87ED
Complementary color
Monochromatic Colors of #7A87ED
Black with #7A87ED
Text Example
Text Example
White with #7A87ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A87ED; }
p { color: rgb(122,135,237); }
H1.HeaderClassName
{
color: #7A87ED;
}
.AnyTagClassName
{
color: #7A87ED;
}
</style>
background-color css
<style>
a { background-color: #7A87ED; }
a { background-color: rgb(122,135,237); }
div.DivClassName
{
background-color: #7A87ED;
}
.BgClassName
{
background-color: #7A87ED;
}
</style>
border-color css
<style>
span { border-color: #7A87ED; }
span { border-color: rgb(122,135,237); }
td.TdClassName
{
border-color: #7A87ED;
}
.TagClassName
{
border-color: #7A87ED;
}
</style>