Shades of Portage #8885DF
Tints of Portage #8885DF
RGB
CMYK
RGB Variations
Color information
#8885DF (or 0x8885DF) is known color: Portage. HEX triplet: 88, 85 and DF. RGB value is (136,133,223). Sum of RGB (Red+Green+Blue) = 136+133+223=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #8885DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885DF is #777A20. Grayscale: #8F8F8F. Windows color (decimal): -7830049 or 14648712. OLE color: 14648712.
HSL color Cylindrical-coordinate representation of color #8885DF: hue angle of 242º 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 #8885DF is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 133 | 223 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.13 |
| HSL | 242º | 0.58% | 0.7% | - |
| HSV(B) | 242º | 0.4% | 0.87% | - |
| XYZ | 31.86 | 27.34 | 73.41 | - |
| YUV | 144.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 223 | 0.39 | 0.40 | 0 | 0.13 | 242 | 0.58 | 0.7 |
| Hex | 88 | 85 | DF | 27 | 28 | 0 | D | F2 | 3A | 46 |
| Octal | 210 | 205 | 337 | 47 | 50 | 0 | 15 | 362 | 72 | 106 |
| Binary | 10001000 | 10000101 | 11011111 | 100111 | 101000 | 0 | 1101 | 11110010 | 111010 | 1000110 |
Color Harmonies of #8885DF
Complementary color
Monochromatic Colors of #8885DF
Black with #8885DF
Text Example
Text Example
White with #8885DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8885DF; }
p { color: rgb(136,133,223); }
H1.HeaderClassName
{
color: #8885DF;
}
.AnyTagClassName
{
color: #8885DF;
}
</style>
background-color css
<style>
a { background-color: #8885DF; }
a { background-color: rgb(136,133,223); }
div.DivClassName
{
background-color: #8885DF;
}
.BgClassName
{
background-color: #8885DF;
}
</style>
border-color css
<style>
span { border-color: #8885DF; }
span { border-color: rgb(136,133,223); }
td.TdClassName
{
border-color: #8885DF;
}
.TagClassName
{
border-color: #8885DF;
}
</style>