Shades of Portage #87A0DF
Tints of Portage #87A0DF
RGB
CMYK
RGB Variations
Color information
#87A0DF (or 0x87A0DF) is known color: Portage. HEX triplet: 87, A0 and DF. RGB value is (135,160,223). Sum of RGB (Red+Green+Blue) = 135+160+223=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #87A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A0DF is #785F20. Grayscale: #9F9F9F. Windows color (decimal): -7888673 or 14655623. OLE color: 14655623.
HSL color Cylindrical-coordinate representation of color #87A0DF: hue angle of 222.95º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87A0DF is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 160 | 223 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.13 |
| HSL | 222.95º | 0.58% | 0.7% | - |
| HSV(B) | 222.95º | 0.39% | 0.87% | - |
| XYZ | 35.88 | 35.62 | 74.8 | - |
| YUV | 159.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 160 | 223 | 0.39 | 0.28 | 0 | 0.13 | 222.95 | 0.58 | 0.7 |
| Hex | 87 | A0 | DF | 27 | 1C | 0 | D | DF | 3A | 46 |
| Octal | 207 | 240 | 337 | 47 | 34 | 0 | 15 | 337 | 72 | 106 |
| Binary | 10000111 | 10100000 | 11011111 | 100111 | 11100 | 0 | 1101 | 11011111 | 111010 | 1000110 |
Color Harmonies of #87A0DF
Complementary color
Monochromatic Colors of #87A0DF
Black with #87A0DF
Text Example
Text Example
White with #87A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A0DF; }
p { color: rgb(135,160,223); }
H1.HeaderClassName
{
color: #87A0DF;
}
.AnyTagClassName
{
color: #87A0DF;
}
</style>
background-color css
<style>
a { background-color: #87A0DF; }
a { background-color: rgb(135,160,223); }
div.DivClassName
{
background-color: #87A0DF;
}
.BgClassName
{
background-color: #87A0DF;
}
</style>
border-color css
<style>
span { border-color: #87A0DF; }
span { border-color: rgb(135,160,223); }
td.TdClassName
{
border-color: #87A0DF;
}
.TagClassName
{
border-color: #87A0DF;
}
</style>