Shades of Portage #8D8DEC
Tints of Portage #8D8DEC
RGB
CMYK
RGB Variations
Color information
#8D8DEC (or 0x8D8DEC) is known color: Portage. HEX triplet: 8D, 8D and EC. RGB value is (141,141,236). Sum of RGB (Red+Green+Blue) = 141+141+236=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D8DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8DEC is #727213. Grayscale: #979797. Windows color (decimal): -7500308 or 15502733. OLE color: 15502733.
HSL color Cylindrical-coordinate representation of color #8D8DEC: hue angle of 240º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D8DEC is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 141 | 236 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.07 |
| HSL | 240º | 0.71% | 0.74% | - |
| HSV(B) | 240º | 0.4% | 0.93% | - |
| XYZ | 35.65 | 30.77 | 83.42 | - |
| YUV | 151.83 | 175.5 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 141 | 236 | 0.40 | 0.40 | 0 | 0.07 | 240 | 0.71 | 0.74 |
| Hex | 8D | 8D | EC | 28 | 28 | 0 | 7 | F0 | 47 | 4A |
| Octal | 215 | 215 | 354 | 50 | 50 | 0 | 7 | 360 | 107 | 112 |
| Binary | 10001101 | 10001101 | 11101100 | 101000 | 101000 | 0 | 111 | 11110000 | 1000111 | 1001010 |
Color Harmonies of #8D8DEC
Complementary color
Monochromatic Colors of #8D8DEC
Black with #8D8DEC
Text Example
Text Example
White with #8D8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8DEC; }
p { color: rgb(141,141,236); }
H1.HeaderClassName
{
color: #8D8DEC;
}
.AnyTagClassName
{
color: #8D8DEC;
}
</style>
background-color css
<style>
a { background-color: #8D8DEC; }
a { background-color: rgb(141,141,236); }
div.DivClassName
{
background-color: #8D8DEC;
}
.BgClassName
{
background-color: #8D8DEC;
}
</style>
border-color css
<style>
span { border-color: #8D8DEC; }
span { border-color: rgb(141,141,236); }
td.TdClassName
{
border-color: #8D8DEC;
}
.TagClassName
{
border-color: #8D8DEC;
}
</style>