Shades of Portage #8D90D8
Tints of Portage #8D90D8
RGB
CMYK
RGB Variations
Color information
#8D90D8 (or 0x8D90D8) is known color: Portage. HEX triplet: 8D, 90 and D8. RGB value is (141,144,216). Sum of RGB (Red+Green+Blue) = 141+144+216=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #8D90D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D90D8 is #726F27. Grayscale: #979797. Windows color (decimal): -7499560 or 14192781. OLE color: 14192781.
HSL color Cylindrical-coordinate representation of color #8D90D8: hue angle of 237.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D90D8 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 144 | 216 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.15 |
| HSL | 237.6º | 0.49% | 0.7% | - |
| HSV(B) | 237.6º | 0.35% | 0.85% | - |
| XYZ | 33.35 | 30.57 | 69.11 | - |
| YUV | 151.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 216 | 0.35 | 0.33 | 0 | 0.15 | 237.6 | 0.49 | 0.7 |
| Hex | 8D | 90 | D8 | 23 | 21 | 0 | F | EE | 31 | 46 |
| Octal | 215 | 220 | 330 | 43 | 41 | 0 | 17 | 356 | 61 | 106 |
| Binary | 10001101 | 10010000 | 11011000 | 100011 | 100001 | 0 | 1111 | 11101110 | 110001 | 1000110 |
Color Harmonies of #8D90D8
Complementary color
Monochromatic Colors of #8D90D8
Black with #8D90D8
Text Example
Text Example
White with #8D90D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D90D8; }
p { color: rgb(141,144,216); }
H1.HeaderClassName
{
color: #8D90D8;
}
.AnyTagClassName
{
color: #8D90D8;
}
</style>
background-color css
<style>
a { background-color: #8D90D8; }
a { background-color: rgb(141,144,216); }
div.DivClassName
{
background-color: #8D90D8;
}
.BgClassName
{
background-color: #8D90D8;
}
</style>
border-color css
<style>
span { border-color: #8D90D8; }
span { border-color: rgb(141,144,216); }
td.TdClassName
{
border-color: #8D90D8;
}
.TagClassName
{
border-color: #8D90D8;
}
</style>