Shades of Portage #87A3DF
Tints of Portage #87A3DF
RGB
CMYK
RGB Variations
Color information
#87A3DF (or 0x87A3DF) is known color: Portage. HEX triplet: 87, A3 and DF. RGB value is (135,163,223). Sum of RGB (Red+Green+Blue) = 135+163+223=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #87A3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A3DF is #785C20. Grayscale: #A1A1A1. Windows color (decimal): -7887905 or 14656391. OLE color: 14656391.
HSL color Cylindrical-coordinate representation of color #87A3DF: hue angle of 220.91º 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 #87A3DF is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 163 | 223 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.13 |
| HSL | 220.91º | 0.58% | 0.7% | - |
| HSV(B) | 220.91º | 0.39% | 0.87% | - |
| XYZ | 36.41 | 36.67 | 74.97 | - |
| YUV | 161.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 163 | 223 | 0.39 | 0.27 | 0 | 0.13 | 220.91 | 0.58 | 0.7 |
| Hex | 87 | A3 | DF | 27 | 1B | 0 | D | DD | 3A | 46 |
| Octal | 207 | 243 | 337 | 47 | 33 | 0 | 15 | 335 | 72 | 106 |
| Binary | 10000111 | 10100011 | 11011111 | 100111 | 11011 | 0 | 1101 | 11011101 | 111010 | 1000110 |
Color Harmonies of #87A3DF
Complementary color
Monochromatic Colors of #87A3DF
Black with #87A3DF
Text Example
Text Example
White with #87A3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A3DF; }
p { color: rgb(135,163,223); }
H1.HeaderClassName
{
color: #87A3DF;
}
.AnyTagClassName
{
color: #87A3DF;
}
</style>
background-color css
<style>
a { background-color: #87A3DF; }
a { background-color: rgb(135,163,223); }
div.DivClassName
{
background-color: #87A3DF;
}
.BgClassName
{
background-color: #87A3DF;
}
</style>
border-color css
<style>
span { border-color: #87A3DF; }
span { border-color: rgb(135,163,223); }
td.TdClassName
{
border-color: #87A3DF;
}
.TagClassName
{
border-color: #87A3DF;
}
</style>