Shades of Portage #8D8CED
Tints of Portage #8D8CED
RGB
CMYK
RGB Variations
Color information
#8D8CED (or 0x8D8CED) is known color: Portage. HEX triplet: 8D, 8C and ED. RGB value is (141,140,237). Sum of RGB (Red+Green+Blue) = 141+140+237=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D8CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8CED is #727312. Grayscale: #969696. Windows color (decimal): -7500563 or 15568013. OLE color: 15568013.
HSL color Cylindrical-coordinate representation of color #8D8CED: hue angle of 240.62º 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 #8D8CED is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 140 | 237 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.07 |
| HSL | 240.62º | 0.73% | 0.74% | - |
| HSV(B) | 240.62º | 0.41% | 0.93% | - |
| XYZ | 35.65 | 30.53 | 84.14 | - |
| YUV | 151.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 237 | 0.41 | 0.41 | 0 | 0.07 | 240.62 | 0.73 | 0.74 |
| Hex | 8D | 8C | ED | 29 | 29 | 0 | 7 | F1 | 49 | 4A |
| Octal | 215 | 214 | 355 | 51 | 51 | 0 | 7 | 361 | 111 | 112 |
| Binary | 10001101 | 10001100 | 11101101 | 101001 | 101001 | 0 | 111 | 11110001 | 1001001 | 1001010 |
Color Harmonies of #8D8CED
Complementary color
Monochromatic Colors of #8D8CED
Black with #8D8CED
Text Example
Text Example
White with #8D8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8CED; }
p { color: rgb(141,140,237); }
H1.HeaderClassName
{
color: #8D8CED;
}
.AnyTagClassName
{
color: #8D8CED;
}
</style>
background-color css
<style>
a { background-color: #8D8CED; }
a { background-color: rgb(141,140,237); }
div.DivClassName
{
background-color: #8D8CED;
}
.BgClassName
{
background-color: #8D8CED;
}
</style>
border-color css
<style>
span { border-color: #8D8CED; }
span { border-color: rgb(141,140,237); }
td.TdClassName
{
border-color: #8D8CED;
}
.TagClassName
{
border-color: #8D8CED;
}
</style>