Shades of Portage #87A2E6
Tints of Portage #87A2E6
RGB
CMYK
RGB Variations
Color information
#87A2E6 (or 0x87A2E6) is known color: Portage. HEX triplet: 87, A2 and E6. RGB value is (135,162,230). Sum of RGB (Red+Green+Blue) = 135+162+230=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #87A2E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A2E6 is #785D19. Grayscale: #A1A1A1. Windows color (decimal): -7888154 or 15114887. OLE color: 15114887.
HSL color Cylindrical-coordinate representation of color #87A2E6: hue angle of 222.95º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87A2E6 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 162 | 230 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.10 |
| HSL | 222.95º | 0.66% | 0.72% | - |
| HSV(B) | 222.95º | 0.41% | 0.9% | - |
| XYZ | 37.19 | 36.7 | 79.99 | - |
| YUV | 161.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 162 | 230 | 0.41 | 0.30 | 0 | 0.10 | 222.95 | 0.66 | 0.72 |
| Hex | 87 | A2 | E6 | 29 | 1E | 0 | A | DF | 42 | 48 |
| Octal | 207 | 242 | 346 | 51 | 36 | 0 | 12 | 337 | 102 | 110 |
| Binary | 10000111 | 10100010 | 11100110 | 101001 | 11110 | 0 | 1010 | 11011111 | 1000010 | 1001000 |
Color Harmonies of #87A2E6
Complementary color
Monochromatic Colors of #87A2E6
Black with #87A2E6
Text Example
Text Example
White with #87A2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A2E6; }
p { color: rgb(135,162,230); }
H1.HeaderClassName
{
color: #87A2E6;
}
.AnyTagClassName
{
color: #87A2E6;
}
</style>
background-color css
<style>
a { background-color: #87A2E6; }
a { background-color: rgb(135,162,230); }
div.DivClassName
{
background-color: #87A2E6;
}
.BgClassName
{
background-color: #87A2E6;
}
</style>
border-color css
<style>
span { border-color: #87A2E6; }
span { border-color: rgb(135,162,230); }
td.TdClassName
{
border-color: #87A2E6;
}
.TagClassName
{
border-color: #87A2E6;
}
</style>