Shades of Portage #87A0DB
Tints of Portage #87A0DB
RGB
CMYK
RGB Variations
Color information
#87A0DB (or 0x87A0DB) is known color: Portage. HEX triplet: 87, A0 and DB. RGB value is (135,160,219). Sum of RGB (Red+Green+Blue) = 135+160+219=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #87A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A0DB is #785F24. Grayscale: #9E9E9E. Windows color (decimal): -7888677 or 14393479. OLE color: 14393479.
HSL color Cylindrical-coordinate representation of color #87A0DB: hue angle of 222.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87A0DB is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 160 | 219 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.14 |
| HSL | 222.14º | 0.54% | 0.69% | - |
| HSV(B) | 222.14º | 0.38% | 0.86% | - |
| XYZ | 35.35 | 35.41 | 71.99 | - |
| YUV | 159.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 160 | 219 | 0.38 | 0.27 | 0 | 0.14 | 222.14 | 0.54 | 0.69 |
| Hex | 87 | A0 | DB | 26 | 1B | 0 | E | DE | 36 | 45 |
| Octal | 207 | 240 | 333 | 46 | 33 | 0 | 16 | 336 | 66 | 105 |
| Binary | 10000111 | 10100000 | 11011011 | 100110 | 11011 | 0 | 1110 | 11011110 | 110110 | 1000101 |
Color Harmonies of #87A0DB
Complementary color
Monochromatic Colors of #87A0DB
Black with #87A0DB
Text Example
Text Example
White with #87A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A0DB; }
p { color: rgb(135,160,219); }
H1.HeaderClassName
{
color: #87A0DB;
}
.AnyTagClassName
{
color: #87A0DB;
}
</style>
background-color css
<style>
a { background-color: #87A0DB; }
a { background-color: rgb(135,160,219); }
div.DivClassName
{
background-color: #87A0DB;
}
.BgClassName
{
background-color: #87A0DB;
}
</style>
border-color css
<style>
span { border-color: #87A0DB; }
span { border-color: rgb(135,160,219); }
td.TdClassName
{
border-color: #87A0DB;
}
.TagClassName
{
border-color: #87A0DB;
}
</style>