Shades of Portage #8D89DF
Tints of Portage #8D89DF
RGB
CMYK
RGB Variations
Color information
#8D89DF (or 0x8D89DF) is known color: Portage. HEX triplet: 8D, 89 and DF. RGB value is (141,137,223). Sum of RGB (Red+Green+Blue) = 141+137+223=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D89DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D89DF is #727620. Grayscale: #939393. Windows color (decimal): -7501345 or 14649741. OLE color: 14649741.
HSL color Cylindrical-coordinate representation of color #8D89DF: hue angle of 242.79º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D89DF is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 137 | 223 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.13 |
| HSL | 242.79º | 0.57% | 0.71% | - |
| HSV(B) | 242.79º | 0.39% | 0.87% | - |
| XYZ | 33.25 | 28.88 | 73.63 | - |
| YUV | 148 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 223 | 0.37 | 0.39 | 0 | 0.13 | 242.79 | 0.57 | 0.71 |
| Hex | 8D | 89 | DF | 25 | 27 | 0 | D | F3 | 39 | 47 |
| Octal | 215 | 211 | 337 | 45 | 47 | 0 | 15 | 363 | 71 | 107 |
| Binary | 10001101 | 10001001 | 11011111 | 100101 | 100111 | 0 | 1101 | 11110011 | 111001 | 1000111 |
Color Harmonies of #8D89DF
Complementary color
Monochromatic Colors of #8D89DF
Black with #8D89DF
Text Example
Text Example
White with #8D89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D89DF; }
p { color: rgb(141,137,223); }
H1.HeaderClassName
{
color: #8D89DF;
}
.AnyTagClassName
{
color: #8D89DF;
}
</style>
background-color css
<style>
a { background-color: #8D89DF; }
a { background-color: rgb(141,137,223); }
div.DivClassName
{
background-color: #8D89DF;
}
.BgClassName
{
background-color: #8D89DF;
}
</style>
border-color css
<style>
span { border-color: #8D89DF; }
span { border-color: rgb(141,137,223); }
td.TdClassName
{
border-color: #8D89DF;
}
.TagClassName
{
border-color: #8D89DF;
}
</style>