Shades of Portage #8186DC
Tints of Portage #8186DC
RGB
CMYK
RGB Variations
Color information
#8186DC (or 0x8186DC) is known color: Portage. HEX triplet: 81, 86 and DC. RGB value is (129,134,220). Sum of RGB (Red+Green+Blue) = 129+134+220=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #8186DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8186DC is #7E7923. Grayscale: #8D8D8D. Windows color (decimal): -8288548 or 14452353. OLE color: 14452353.
HSL color Cylindrical-coordinate representation of color #8186DC: hue angle of 236.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8186DC is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 134 | 220 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.14 |
| HSL | 236.7º | 0.57% | 0.68% | - |
| HSV(B) | 236.7º | 0.41% | 0.86% | - |
| XYZ | 30.5 | 26.88 | 71.29 | - |
| YUV | 142.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 134 | 220 | 0.41 | 0.39 | 0 | 0.14 | 236.7 | 0.57 | 0.68 |
| Hex | 81 | 86 | DC | 29 | 27 | 0 | E | ED | 39 | 44 |
| Octal | 201 | 206 | 334 | 51 | 47 | 0 | 16 | 355 | 71 | 104 |
| Binary | 10000001 | 10000110 | 11011100 | 101001 | 100111 | 0 | 1110 | 11101101 | 111001 | 1000100 |
Color Harmonies of #8186DC
Complementary color
Monochromatic Colors of #8186DC
Black with #8186DC
Text Example
Text Example
White with #8186DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8186DC; }
p { color: rgb(129,134,220); }
H1.HeaderClassName
{
color: #8186DC;
}
.AnyTagClassName
{
color: #8186DC;
}
</style>
background-color css
<style>
a { background-color: #8186DC; }
a { background-color: rgb(129,134,220); }
div.DivClassName
{
background-color: #8186DC;
}
.BgClassName
{
background-color: #8186DC;
}
</style>
border-color css
<style>
span { border-color: #8186DC; }
span { border-color: rgb(129,134,220); }
td.TdClassName
{
border-color: #8186DC;
}
.TagClassName
{
border-color: #8186DC;
}
</style>