Shades of Portage #888CDF
Tints of Portage #888CDF
RGB
CMYK
RGB Variations
Color information
#888CDF (or 0x888CDF) is known color: Portage. HEX triplet: 88, 8C and DF. RGB value is (136,140,223). Sum of RGB (Red+Green+Blue) = 136+140+223=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #888CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CDF is #777320. Grayscale: #939393. Windows color (decimal): -7828257 or 14650504. OLE color: 14650504.
HSL color Cylindrical-coordinate representation of color #888CDF: hue angle of 237.24º 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 #888CDF is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 140 | 223 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.13 |
| HSL | 237.24º | 0.58% | 0.7% | - |
| HSV(B) | 237.24º | 0.39% | 0.87% | - |
| XYZ | 32.85 | 29.32 | 73.74 | - |
| YUV | 148.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 223 | 0.39 | 0.37 | 0 | 0.13 | 237.24 | 0.58 | 0.7 |
| Hex | 88 | 8C | DF | 27 | 25 | 0 | D | ED | 3A | 46 |
| Octal | 210 | 214 | 337 | 47 | 45 | 0 | 15 | 355 | 72 | 106 |
| Binary | 10001000 | 10001100 | 11011111 | 100111 | 100101 | 0 | 1101 | 11101101 | 111010 | 1000110 |
Color Harmonies of #888CDF
Complementary color
Monochromatic Colors of #888CDF
Black with #888CDF
Text Example
Text Example
White with #888CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CDF; }
p { color: rgb(136,140,223); }
H1.HeaderClassName
{
color: #888CDF;
}
.AnyTagClassName
{
color: #888CDF;
}
</style>
background-color css
<style>
a { background-color: #888CDF; }
a { background-color: rgb(136,140,223); }
div.DivClassName
{
background-color: #888CDF;
}
.BgClassName
{
background-color: #888CDF;
}
</style>
border-color css
<style>
span { border-color: #888CDF; }
span { border-color: rgb(136,140,223); }
td.TdClassName
{
border-color: #888CDF;
}
.TagClassName
{
border-color: #888CDF;
}
</style>