Shades of Portage #888ACC
Tints of Portage #888ACC
RGB
CMYK
RGB Variations
Color information
#888ACC (or 0x888ACC) is known color: Portage. HEX triplet: 88, 8A and CC. RGB value is (136,138,204). Sum of RGB (Red+Green+Blue) = 136+138+204=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #888ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ACC is #777533. Grayscale: #909090. Windows color (decimal): -7828788 or 13404808. OLE color: 13404808.
HSL color Cylindrical-coordinate representation of color #888ACC: hue angle of 238.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #888ACC is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 138 | 204 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.2 |
| HSL | 238.24º | 0.4% | 0.67% | - |
| HSV(B) | 238.24º | 0.33% | 0.8% | - |
| XYZ | 30.14 | 27.77 | 60.9 | - |
| YUV | 144.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 204 | 0.33 | 0.32 | 0 | 0.2 | 238.24 | 0.4 | 0.67 |
| Hex | 88 | 8A | CC | 21 | 20 | 0 | 14 | EE | 28 | 43 |
| Octal | 210 | 212 | 314 | 41 | 40 | 0 | 24 | 356 | 50 | 103 |
| Binary | 10001000 | 10001010 | 11001100 | 100001 | 100000 | 0 | 10100 | 11101110 | 101000 | 1000011 |
Color Harmonies of #888ACC
Complementary color
Monochromatic Colors of #888ACC
Black with #888ACC
Text Example
Text Example
White with #888ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888ACC; }
p { color: rgb(136,138,204); }
H1.HeaderClassName
{
color: #888ACC;
}
.AnyTagClassName
{
color: #888ACC;
}
</style>
background-color css
<style>
a { background-color: #888ACC; }
a { background-color: rgb(136,138,204); }
div.DivClassName
{
background-color: #888ACC;
}
.BgClassName
{
background-color: #888ACC;
}
</style>
border-color css
<style>
span { border-color: #888ACC; }
span { border-color: rgb(136,138,204); }
td.TdClassName
{
border-color: #888ACC;
}
.TagClassName
{
border-color: #888ACC;
}
</style>