Shades of Portage #8D96CE
Tints of Portage #8D96CE
RGB
CMYK
RGB Variations
Color information
#8D96CE (or 0x8D96CE) is known color: Portage. HEX triplet: 8D, 96 and CE. RGB value is (141,150,206). Sum of RGB (Red+Green+Blue) = 141+150+206=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D96CE is #726931. Grayscale: #999999. Windows color (decimal): -7498034 or 13538957. OLE color: 13538957.
HSL color Cylindrical-coordinate representation of color #8D96CE: hue angle of 231.69º 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 #8D96CE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 150 | 206 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.19 |
| HSL | 231.69º | 0.4% | 0.68% | - |
| HSV(B) | 231.69º | 0.32% | 0.81% | - |
| XYZ | 33.03 | 31.93 | 62.82 | - |
| YUV | 153.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 206 | 0.32 | 0.27 | 0 | 0.19 | 231.69 | 0.4 | 0.68 |
| Hex | 8D | 96 | CE | 20 | 1B | 0 | 13 | E8 | 28 | 44 |
| Octal | 215 | 226 | 316 | 40 | 33 | 0 | 23 | 350 | 50 | 104 |
| Binary | 10001101 | 10010110 | 11001110 | 100000 | 11011 | 0 | 10011 | 11101000 | 101000 | 1000100 |
Color Harmonies of #8D96CE
Complementary color
Monochromatic Colors of #8D96CE
Black with #8D96CE
Text Example
Text Example
White with #8D96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D96CE; }
p { color: rgb(141,150,206); }
H1.HeaderClassName
{
color: #8D96CE;
}
.AnyTagClassName
{
color: #8D96CE;
}
</style>
background-color css
<style>
a { background-color: #8D96CE; }
a { background-color: rgb(141,150,206); }
div.DivClassName
{
background-color: #8D96CE;
}
.BgClassName
{
background-color: #8D96CE;
}
</style>
border-color css
<style>
span { border-color: #8D96CE; }
span { border-color: rgb(141,150,206); }
td.TdClassName
{
border-color: #8D96CE;
}
.TagClassName
{
border-color: #8D96CE;
}
</style>