Shades of Portage #87A0FF
Tints of Portage #87A0FF
RGB
CMYK
RGB Variations
Color information
#87A0FF (or 0x87A0FF) is known color: Portage. HEX triplet: 87, A0 and FF. RGB value is (135,160,255). Sum of RGB (Red+Green+Blue) = 135+160+255=550 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.55% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #87A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A0FF is #785F00. Grayscale: #A2A2A2. Windows color (decimal): -7888641 or 16752775. OLE color: 16752775.
HSL color Cylindrical-coordinate representation of color #87A0FF: hue angle of 227.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87A0FF is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 160 | 255 | - |
| CMYK | 0.47 | 0.37 | 0 | 0 |
| HSL | 227.5º | 1% | 0.76% | - |
| HSV(B) | 227.5º | 0.47% | 1% | - |
| XYZ | 40.61 | 37.51 | 99.71 | - |
| YUV | 163.36 | 179.72 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 160 | 255 | 0.47 | 0.37 | 0 | 0 | 227.5 | 1 | 0.76 |
| Hex | 87 | A0 | FF | 2F | 25 | 0 | 0 | E4 | 64 | 4C |
| Octal | 207 | 240 | 377 | 57 | 45 | 0 | 0 | 344 | 144 | 114 |
| Binary | 10000111 | 10100000 | 11111111 | 101111 | 100101 | 0 | 0 | 11100100 | 1100100 | 1001100 |
Color Harmonies of #87A0FF
Complementary color
Monochromatic Colors of #87A0FF
Black with #87A0FF
Text Example
Text Example
White with #87A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A0FF; }
p { color: rgb(135,160,255); }
H1.HeaderClassName
{
color: #87A0FF;
}
.AnyTagClassName
{
color: #87A0FF;
}
</style>
background-color css
<style>
a { background-color: #87A0FF; }
a { background-color: rgb(135,160,255); }
div.DivClassName
{
background-color: #87A0FF;
}
.BgClassName
{
background-color: #87A0FF;
}
</style>
border-color css
<style>
span { border-color: #87A0FF; }
span { border-color: rgb(135,160,255); }
td.TdClassName
{
border-color: #87A0FF;
}
.TagClassName
{
border-color: #87A0FF;
}
</style>