Shades of Portage #8187EC
Tints of Portage #8187EC
RGB
CMYK
RGB Variations
Color information
#8187EC (or 0x8187EC) is known color: Portage. HEX triplet: 81, 87 and EC. RGB value is (129,135,236). Sum of RGB (Red+Green+Blue) = 129+135+236=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #8187EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8187EC is #7E7813. Grayscale: #909090. Windows color (decimal): -8288276 or 15501185. OLE color: 15501185.
HSL color Cylindrical-coordinate representation of color #8187EC: hue angle of 236.64º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8187EC is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 135 | 236 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.07 |
| HSL | 236.64º | 0.74% | 0.72% | - |
| HSV(B) | 236.64º | 0.45% | 0.93% | - |
| XYZ | 32.86 | 28.05 | 83.04 | - |
| YUV | 144.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 236 | 0.45 | 0.43 | 0 | 0.07 | 236.64 | 0.74 | 0.72 |
| Hex | 81 | 87 | EC | 2D | 2B | 0 | 7 | ED | 4A | 48 |
| Octal | 201 | 207 | 354 | 55 | 53 | 0 | 7 | 355 | 112 | 110 |
| Binary | 10000001 | 10000111 | 11101100 | 101101 | 101011 | 0 | 111 | 11101101 | 1001010 | 1001000 |
Color Harmonies of #8187EC
Complementary color
Monochromatic Colors of #8187EC
Black with #8187EC
Text Example
Text Example
White with #8187EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8187EC; }
p { color: rgb(129,135,236); }
H1.HeaderClassName
{
color: #8187EC;
}
.AnyTagClassName
{
color: #8187EC;
}
</style>
background-color css
<style>
a { background-color: #8187EC; }
a { background-color: rgb(129,135,236); }
div.DivClassName
{
background-color: #8187EC;
}
.BgClassName
{
background-color: #8187EC;
}
</style>
border-color css
<style>
span { border-color: #8187EC; }
span { border-color: rgb(129,135,236); }
td.TdClassName
{
border-color: #8187EC;
}
.TagClassName
{
border-color: #8187EC;
}
</style>