Shades of Portage #8985DF
Tints of Portage #8985DF
RGB
CMYK
RGB Variations
Color information
#8985DF (or 0x8985DF) is known color: Portage. HEX triplet: 89, 85 and DF. RGB value is (137,133,223). Sum of RGB (Red+Green+Blue) = 137+133+223=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #8985DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985DF is #767A20. Grayscale: #909090. Windows color (decimal): -7764513 or 14648713. OLE color: 14648713.
HSL color Cylindrical-coordinate representation of color #8985DF: hue angle of 242.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8985DF is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 133 | 223 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.13 |
| HSL | 242.67º | 0.58% | 0.7% | - |
| HSV(B) | 242.67º | 0.4% | 0.87% | - |
| XYZ | 32.02 | 27.42 | 73.42 | - |
| YUV | 144.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 223 | 0.39 | 0.40 | 0 | 0.13 | 242.67 | 0.58 | 0.7 |
| Hex | 89 | 85 | DF | 27 | 28 | 0 | D | F3 | 3A | 46 |
| Octal | 211 | 205 | 337 | 47 | 50 | 0 | 15 | 363 | 72 | 106 |
| Binary | 10001001 | 10000101 | 11011111 | 100111 | 101000 | 0 | 1101 | 11110011 | 111010 | 1000110 |
Color Harmonies of #8985DF
Complementary color
Monochromatic Colors of #8985DF
Black with #8985DF
Text Example
Text Example
White with #8985DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8985DF; }
p { color: rgb(137,133,223); }
H1.HeaderClassName
{
color: #8985DF;
}
.AnyTagClassName
{
color: #8985DF;
}
</style>
background-color css
<style>
a { background-color: #8985DF; }
a { background-color: rgb(137,133,223); }
div.DivClassName
{
background-color: #8985DF;
}
.BgClassName
{
background-color: #8985DF;
}
</style>
border-color css
<style>
span { border-color: #8985DF; }
span { border-color: rgb(137,133,223); }
td.TdClassName
{
border-color: #8985DF;
}
.TagClassName
{
border-color: #8985DF;
}
</style>