Shades of Portage #888ACE
Tints of Portage #888ACE
RGB
CMYK
RGB Variations
Color information
#888ACE (or 0x888ACE) is known color: Portage. HEX triplet: 88, 8A and CE. RGB value is (136,138,206). Sum of RGB (Red+Green+Blue) = 136+138+206=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #888ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ACE is #777531. Grayscale: #909090. Windows color (decimal): -7828786 or 13535880. OLE color: 13535880.
HSL color Cylindrical-coordinate representation of color #888ACE: hue angle of 238.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #888ACE is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 138 | 206 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.19 |
| HSL | 238.29º | 0.42% | 0.67% | - |
| HSV(B) | 238.29º | 0.34% | 0.81% | - |
| XYZ | 30.38 | 27.87 | 62.17 | - |
| YUV | 145.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 206 | 0.34 | 0.33 | 0 | 0.19 | 238.29 | 0.42 | 0.67 |
| Hex | 88 | 8A | CE | 22 | 21 | 0 | 13 | EE | 2A | 43 |
| Octal | 210 | 212 | 316 | 42 | 41 | 0 | 23 | 356 | 52 | 103 |
| Binary | 10001000 | 10001010 | 11001110 | 100010 | 100001 | 0 | 10011 | 11101110 | 101010 | 1000011 |
Color Harmonies of #888ACE
Complementary color
Monochromatic Colors of #888ACE
Black with #888ACE
Text Example
Text Example
White with #888ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888ACE; }
p { color: rgb(136,138,206); }
H1.HeaderClassName
{
color: #888ACE;
}
.AnyTagClassName
{
color: #888ACE;
}
</style>
background-color css
<style>
a { background-color: #888ACE; }
a { background-color: rgb(136,138,206); }
div.DivClassName
{
background-color: #888ACE;
}
.BgClassName
{
background-color: #888ACE;
}
</style>
border-color css
<style>
span { border-color: #888ACE; }
span { border-color: rgb(136,138,206); }
td.TdClassName
{
border-color: #888ACE;
}
.TagClassName
{
border-color: #888ACE;
}
</style>