Shades of Portage #8985DD
Tints of Portage #8985DD
RGB
CMYK
RGB Variations
Color information
#8985DD (or 0x8985DD) is known color: Portage. HEX triplet: 89, 85 and DD. RGB value is (137,133,221). Sum of RGB (Red+Green+Blue) = 137+133+221=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #8985DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985DD is #767A22. Grayscale: #8F8F8F. Windows color (decimal): -7764515 or 14517641. OLE color: 14517641.
HSL color Cylindrical-coordinate representation of color #8985DD: hue angle of 242.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8985DD is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 133 | 221 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.13 |
| HSL | 242.73º | 0.56% | 0.69% | - |
| HSV(B) | 242.73º | 0.4% | 0.87% | - |
| XYZ | 31.76 | 27.31 | 72.01 | - |
| YUV | 144.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 221 | 0.38 | 0.40 | 0 | 0.13 | 242.73 | 0.56 | 0.69 |
| Hex | 89 | 85 | DD | 26 | 28 | 0 | D | F3 | 38 | 45 |
| Octal | 211 | 205 | 335 | 46 | 50 | 0 | 15 | 363 | 70 | 105 |
| Binary | 10001001 | 10000101 | 11011101 | 100110 | 101000 | 0 | 1101 | 11110011 | 111000 | 1000101 |
Color Harmonies of #8985DD
Complementary color
Monochromatic Colors of #8985DD
Black with #8985DD
Text Example
Text Example
White with #8985DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8985DD; }
p { color: rgb(137,133,221); }
H1.HeaderClassName
{
color: #8985DD;
}
.AnyTagClassName
{
color: #8985DD;
}
</style>
background-color css
<style>
a { background-color: #8985DD; }
a { background-color: rgb(137,133,221); }
div.DivClassName
{
background-color: #8985DD;
}
.BgClassName
{
background-color: #8985DD;
}
</style>
border-color css
<style>
span { border-color: #8985DD; }
span { border-color: rgb(137,133,221); }
td.TdClassName
{
border-color: #8985DD;
}
.TagClassName
{
border-color: #8985DD;
}
</style>