Shades of Portage #8187CE
Tints of Portage #8187CE
RGB
CMYK
RGB Variations
Color information
#8187CE (or 0x8187CE) is known color: Portage. HEX triplet: 81, 87 and CE. RGB value is (129,135,206). Sum of RGB (Red+Green+Blue) = 129+135+206=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #8187CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8187CE is #7E7831. Grayscale: #8D8D8D. Windows color (decimal): -8288306 or 13535105. OLE color: 13535105.
HSL color Cylindrical-coordinate representation of color #8187CE: hue angle of 235.32º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8187CE is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 135 | 206 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.19 |
| HSL | 235.32º | 0.44% | 0.66% | - |
| HSV(B) | 235.32º | 0.37% | 0.81% | - |
| XYZ | 28.86 | 26.45 | 61.98 | - |
| YUV | 141.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 206 | 0.37 | 0.34 | 0 | 0.19 | 235.32 | 0.44 | 0.66 |
| Hex | 81 | 87 | CE | 25 | 22 | 0 | 13 | EB | 2C | 42 |
| Octal | 201 | 207 | 316 | 45 | 42 | 0 | 23 | 353 | 54 | 102 |
| Binary | 10000001 | 10000111 | 11001110 | 100101 | 100010 | 0 | 10011 | 11101011 | 101100 | 1000010 |
Color Harmonies of #8187CE
Complementary color
Monochromatic Colors of #8187CE
Black with #8187CE
Text Example
Text Example
White with #8187CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8187CE; }
p { color: rgb(129,135,206); }
H1.HeaderClassName
{
color: #8187CE;
}
.AnyTagClassName
{
color: #8187CE;
}
</style>
background-color css
<style>
a { background-color: #8187CE; }
a { background-color: rgb(129,135,206); }
div.DivClassName
{
background-color: #8187CE;
}
.BgClassName
{
background-color: #8187CE;
}
</style>
border-color css
<style>
span { border-color: #8187CE; }
span { border-color: rgb(129,135,206); }
td.TdClassName
{
border-color: #8187CE;
}
.TagClassName
{
border-color: #8187CE;
}
</style>