Shades of Portage #87A2E5
Tints of Portage #87A2E5
RGB
CMYK
RGB Variations
Color information
#87A2E5 (or 0x87A2E5) is known color: Portage. HEX triplet: 87, A2 and E5. RGB value is (135,162,229). Sum of RGB (Red+Green+Blue) = 135+162+229=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #87A2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A2E5 is #785D1A. Grayscale: #A1A1A1. Windows color (decimal): -7888155 or 15049351. OLE color: 15049351.
HSL color Cylindrical-coordinate representation of color #87A2E5: hue angle of 222.77º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87A2E5 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 162 | 229 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.10 |
| HSL | 222.77º | 0.64% | 0.71% | - |
| HSV(B) | 222.77º | 0.41% | 0.9% | - |
| XYZ | 37.05 | 36.65 | 79.25 | - |
| YUV | 161.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 162 | 229 | 0.41 | 0.29 | 0 | 0.10 | 222.77 | 0.64 | 0.71 |
| Hex | 87 | A2 | E5 | 29 | 1D | 0 | A | DF | 40 | 47 |
| Octal | 207 | 242 | 345 | 51 | 35 | 0 | 12 | 337 | 100 | 107 |
| Binary | 10000111 | 10100010 | 11100101 | 101001 | 11101 | 0 | 1010 | 11011111 | 1000000 | 1000111 |
Color Harmonies of #87A2E5
Complementary color
Monochromatic Colors of #87A2E5
Black with #87A2E5
Text Example
Text Example
White with #87A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A2E5; }
p { color: rgb(135,162,229); }
H1.HeaderClassName
{
color: #87A2E5;
}
.AnyTagClassName
{
color: #87A2E5;
}
</style>
background-color css
<style>
a { background-color: #87A2E5; }
a { background-color: rgb(135,162,229); }
div.DivClassName
{
background-color: #87A2E5;
}
.BgClassName
{
background-color: #87A2E5;
}
</style>
border-color css
<style>
span { border-color: #87A2E5; }
span { border-color: rgb(135,162,229); }
td.TdClassName
{
border-color: #87A2E5;
}
.TagClassName
{
border-color: #87A2E5;
}
</style>