Shades of Portage #8F88DF
Tints of Portage #8F88DF
RGB
CMYK
RGB Variations
Color information
#8F88DF (or 0x8F88DF) is known color: Portage. HEX triplet: 8F, 88 and DF. RGB value is (143,136,223). Sum of RGB (Red+Green+Blue) = 143+136+223=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F88DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F88DF is #707720. Grayscale: #939393. Windows color (decimal): -7370529 or 14649487. OLE color: 14649487.
HSL color Cylindrical-coordinate representation of color #8F88DF: hue angle of 244.83º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F88DF is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 136 | 223 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.13 |
| HSL | 244.83º | 0.58% | 0.7% | - |
| HSV(B) | 244.83º | 0.39% | 0.87% | - |
| XYZ | 33.45 | 28.78 | 73.6 | - |
| YUV | 148.01 | 170.32 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 223 | 0.36 | 0.39 | 0 | 0.13 | 244.83 | 0.58 | 0.7 |
| Hex | 8F | 88 | DF | 24 | 27 | 0 | D | F5 | 3A | 46 |
| Octal | 217 | 210 | 337 | 44 | 47 | 0 | 15 | 365 | 72 | 106 |
| Binary | 10001111 | 10001000 | 11011111 | 100100 | 100111 | 0 | 1101 | 11110101 | 111010 | 1000110 |
Color Harmonies of #8F88DF
Complementary color
Monochromatic Colors of #8F88DF
Black with #8F88DF
Text Example
Text Example
White with #8F88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F88DF; }
p { color: rgb(143,136,223); }
H1.HeaderClassName
{
color: #8F88DF;
}
.AnyTagClassName
{
color: #8F88DF;
}
</style>
background-color css
<style>
a { background-color: #8F88DF; }
a { background-color: rgb(143,136,223); }
div.DivClassName
{
background-color: #8F88DF;
}
.BgClassName
{
background-color: #8F88DF;
}
</style>
border-color css
<style>
span { border-color: #8F88DF; }
span { border-color: rgb(143,136,223); }
td.TdClassName
{
border-color: #8F88DF;
}
.TagClassName
{
border-color: #8F88DF;
}
</style>