Shades of Portage #87A2E8
Tints of Portage #87A2E8
RGB
CMYK
RGB Variations
Color information
#87A2E8 (or 0x87A2E8) is known color: Portage. HEX triplet: 87, A2 and E8. RGB value is (135,162,232). Sum of RGB (Red+Green+Blue) = 135+162+232=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #87A2E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A2E8 is #785D17. Grayscale: #A1A1A1. Windows color (decimal): -7888152 or 15245959. OLE color: 15245959.
HSL color Cylindrical-coordinate representation of color #87A2E8: hue angle of 223.3º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87A2E8 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 135 | 162 | 232 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.09 |
| HSL | 223.3º | 0.68% | 0.72% | - |
| HSV(B) | 223.3º | 0.42% | 0.91% | - |
| XYZ | 37.48 | 36.82 | 81.48 | - |
| YUV | 161.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 162 | 232 | 0.42 | 0.30 | 0 | 0.09 | 223.3 | 0.68 | 0.72 |
| Hex | 87 | A2 | E8 | 2A | 1E | 0 | 9 | DF | 44 | 48 |
| Octal | 207 | 242 | 350 | 52 | 36 | 0 | 11 | 337 | 104 | 110 |
| Binary | 10000111 | 10100010 | 11101000 | 101010 | 11110 | 0 | 1001 | 11011111 | 1000100 | 1001000 |
Color Harmonies of #87A2E8
Complementary color
Monochromatic Colors of #87A2E8
Black with #87A2E8
Text Example
Text Example
White with #87A2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A2E8; }
p { color: rgb(135,162,232); }
H1.HeaderClassName
{
color: #87A2E8;
}
.AnyTagClassName
{
color: #87A2E8;
}
</style>
background-color css
<style>
a { background-color: #87A2E8; }
a { background-color: rgb(135,162,232); }
div.DivClassName
{
background-color: #87A2E8;
}
.BgClassName
{
background-color: #87A2E8;
}
</style>
border-color css
<style>
span { border-color: #87A2E8; }
span { border-color: rgb(135,162,232); }
td.TdClassName
{
border-color: #87A2E8;
}
.TagClassName
{
border-color: #87A2E8;
}
</style>