Shades of Portage #8D8DED
Tints of Portage #8D8DED
RGB
CMYK
RGB Variations
Color information
#8D8DED (or 0x8D8DED) is known color: Portage. HEX triplet: 8D, 8D and ED. RGB value is (141,141,237). Sum of RGB (Red+Green+Blue) = 141+141+237=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D8DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8DED is #727212. Grayscale: #979797. Windows color (decimal): -7500307 or 15568269. OLE color: 15568269.
HSL color Cylindrical-coordinate representation of color #8D8DED: hue angle of 240º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D8DED is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 141 | 237 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.07 |
| HSL | 240º | 0.73% | 0.74% | - |
| HSV(B) | 240º | 0.41% | 0.93% | - |
| XYZ | 35.8 | 30.83 | 84.18 | - |
| YUV | 151.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 141 | 237 | 0.41 | 0.41 | 0 | 0.07 | 240 | 0.73 | 0.74 |
| Hex | 8D | 8D | ED | 29 | 29 | 0 | 7 | F0 | 49 | 4A |
| Octal | 215 | 215 | 355 | 51 | 51 | 0 | 7 | 360 | 111 | 112 |
| Binary | 10001101 | 10001101 | 11101101 | 101001 | 101001 | 0 | 111 | 11110000 | 1001001 | 1001010 |
Color Harmonies of #8D8DED
Complementary color
Monochromatic Colors of #8D8DED
Black with #8D8DED
Text Example
Text Example
White with #8D8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8DED; }
p { color: rgb(141,141,237); }
H1.HeaderClassName
{
color: #8D8DED;
}
.AnyTagClassName
{
color: #8D8DED;
}
</style>
background-color css
<style>
a { background-color: #8D8DED; }
a { background-color: rgb(141,141,237); }
div.DivClassName
{
background-color: #8D8DED;
}
.BgClassName
{
background-color: #8D8DED;
}
</style>
border-color css
<style>
span { border-color: #8D8DED; }
span { border-color: rgb(141,141,237); }
td.TdClassName
{
border-color: #8D8DED;
}
.TagClassName
{
border-color: #8D8DED;
}
</style>