Shades of Portage #8187E4
Tints of Portage #8187E4
RGB
CMYK
RGB Variations
Color information
#8187E4 (or 0x8187E4) is known color: Portage. HEX triplet: 81, 87 and E4. RGB value is (129,135,228). Sum of RGB (Red+Green+Blue) = 129+135+228=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 228 - color contains mainly: blue. Hex color #8187E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8187E4 is #7E781B. Grayscale: #8F8F8F. Windows color (decimal): -8288284 or 14976897. OLE color: 14976897.
HSL color Cylindrical-coordinate representation of color #8187E4: hue angle of 236.36º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8187E4 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 135 | 228 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.11 |
| HSL | 236.36º | 0.65% | 0.7% | - |
| HSV(B) | 236.36º | 0.43% | 0.89% | - |
| XYZ | 31.72 | 27.6 | 77.05 | - |
| YUV | 143.81 | 175.51 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 228 | 0.43 | 0.41 | 0 | 0.11 | 236.36 | 0.65 | 0.7 |
| Hex | 81 | 87 | E4 | 2B | 29 | 0 | B | EC | 41 | 46 |
| Octal | 201 | 207 | 344 | 53 | 51 | 0 | 13 | 354 | 101 | 106 |
| Binary | 10000001 | 10000111 | 11100100 | 101011 | 101001 | 0 | 1011 | 11101100 | 1000001 | 1000110 |
Color Harmonies of #8187E4
Complementary color
Monochromatic Colors of #8187E4
Black with #8187E4
Text Example
Text Example
White with #8187E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8187E4; }
p { color: rgb(129,135,228); }
H1.HeaderClassName
{
color: #8187E4;
}
.AnyTagClassName
{
color: #8187E4;
}
</style>
background-color css
<style>
a { background-color: #8187E4; }
a { background-color: rgb(129,135,228); }
div.DivClassName
{
background-color: #8187E4;
}
.BgClassName
{
background-color: #8187E4;
}
</style>
border-color css
<style>
span { border-color: #8187E4; }
span { border-color: rgb(129,135,228); }
td.TdClassName
{
border-color: #8187E4;
}
.TagClassName
{
border-color: #8187E4;
}
</style>