Shades of Portage #8D91CE
Tints of Portage #8D91CE
RGB
CMYK
RGB Variations
Color information
#8D91CE (or 0x8D91CE) is known color: Portage. HEX triplet: 8D, 91 and CE. RGB value is (141,145,206). Sum of RGB (Red+Green+Blue) = 141+145+206=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D91CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D91CE is #726E31. Grayscale: #969696. Windows color (decimal): -7499314 or 13537677. OLE color: 13537677.
HSL color Cylindrical-coordinate representation of color #8D91CE: hue angle of 236.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D91CE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 145 | 206 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.19 |
| HSL | 236.31º | 0.4% | 0.68% | - |
| HSV(B) | 236.31º | 0.32% | 0.81% | - |
| XYZ | 32.25 | 30.37 | 62.55 | - |
| YUV | 150.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 206 | 0.32 | 0.30 | 0 | 0.19 | 236.31 | 0.4 | 0.68 |
| Hex | 8D | 91 | CE | 20 | 1E | 0 | 13 | EC | 28 | 44 |
| Octal | 215 | 221 | 316 | 40 | 36 | 0 | 23 | 354 | 50 | 104 |
| Binary | 10001101 | 10010001 | 11001110 | 100000 | 11110 | 0 | 10011 | 11101100 | 101000 | 1000100 |
Color Harmonies of #8D91CE
Complementary color
Monochromatic Colors of #8D91CE
Black with #8D91CE
Text Example
Text Example
White with #8D91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D91CE; }
p { color: rgb(141,145,206); }
H1.HeaderClassName
{
color: #8D91CE;
}
.AnyTagClassName
{
color: #8D91CE;
}
</style>
background-color css
<style>
a { background-color: #8D91CE; }
a { background-color: rgb(141,145,206); }
div.DivClassName
{
background-color: #8D91CE;
}
.BgClassName
{
background-color: #8D91CE;
}
</style>
border-color css
<style>
span { border-color: #8D91CE; }
span { border-color: rgb(141,145,206); }
td.TdClassName
{
border-color: #8D91CE;
}
.TagClassName
{
border-color: #8D91CE;
}
</style>