Shades of Portage #7A87DD
Tints of Portage #7A87DD
RGB
CMYK
RGB Variations
Color information
#7A87DD (or 0x7A87DD) is known color: Portage. HEX triplet: 7A, 87 and DD. RGB value is (122,135,221). Sum of RGB (Red+Green+Blue) = 122+135+221=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A87DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A87DD is #857822. Grayscale: #8C8C8C. Windows color (decimal): -8747043 or 14518138. OLE color: 14518138.
HSL color Cylindrical-coordinate representation of color #7A87DD: hue angle of 232.12º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A87DD is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 135 | 221 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.13 |
| HSL | 232.12º | 0.59% | 0.67% | - |
| HSV(B) | 232.12º | 0.45% | 0.87% | - |
| XYZ | 29.74 | 26.69 | 71.99 | - |
| YUV | 140.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 221 | 0.45 | 0.39 | 0 | 0.13 | 232.12 | 0.59 | 0.67 |
| Hex | 7A | 87 | DD | 2D | 27 | 0 | D | E8 | 3B | 43 |
| Octal | 172 | 207 | 335 | 55 | 47 | 0 | 15 | 350 | 73 | 103 |
| Binary | 1111010 | 10000111 | 11011101 | 101101 | 100111 | 0 | 1101 | 11101000 | 111011 | 1000011 |
Color Harmonies of #7A87DD
Complementary color
Monochromatic Colors of #7A87DD
Black with #7A87DD
Text Example
Text Example
White with #7A87DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A87DD; }
p { color: rgb(122,135,221); }
H1.HeaderClassName
{
color: #7A87DD;
}
.AnyTagClassName
{
color: #7A87DD;
}
</style>
background-color css
<style>
a { background-color: #7A87DD; }
a { background-color: rgb(122,135,221); }
div.DivClassName
{
background-color: #7A87DD;
}
.BgClassName
{
background-color: #7A87DD;
}
</style>
border-color css
<style>
span { border-color: #7A87DD; }
span { border-color: rgb(122,135,221); }
td.TdClassName
{
border-color: #7A87DD;
}
.TagClassName
{
border-color: #7A87DD;
}
</style>