Shades of Portage #888ACB
Tints of Portage #888ACB
RGB
CMYK
RGB Variations
Color information
#888ACB (or 0x888ACB) is known color: Portage. HEX triplet: 88, 8A and CB. RGB value is (136,138,203). Sum of RGB (Red+Green+Blue) = 136+138+203=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #888ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ACB is #777534. Grayscale: #909090. Windows color (decimal): -7828789 or 13339272. OLE color: 13339272.
HSL color Cylindrical-coordinate representation of color #888ACB: hue angle of 238.21º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #888ACB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 138 | 203 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.20 |
| HSL | 238.21º | 0.39% | 0.66% | - |
| HSV(B) | 238.21º | 0.33% | 0.8% | - |
| XYZ | 30.02 | 27.72 | 60.27 | - |
| YUV | 144.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 203 | 0.33 | 0.32 | 0 | 0.20 | 238.21 | 0.39 | 0.66 |
| Hex | 88 | 8A | CB | 21 | 20 | 0 | 14 | EE | 27 | 42 |
| Octal | 210 | 212 | 313 | 41 | 40 | 0 | 24 | 356 | 47 | 102 |
| Binary | 10001000 | 10001010 | 11001011 | 100001 | 100000 | 0 | 10100 | 11101110 | 100111 | 1000010 |
Color Harmonies of #888ACB
Complementary color
Monochromatic Colors of #888ACB
Black with #888ACB
Text Example
Text Example
White with #888ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888ACB; }
p { color: rgb(136,138,203); }
H1.HeaderClassName
{
color: #888ACB;
}
.AnyTagClassName
{
color: #888ACB;
}
</style>
background-color css
<style>
a { background-color: #888ACB; }
a { background-color: rgb(136,138,203); }
div.DivClassName
{
background-color: #888ACB;
}
.BgClassName
{
background-color: #888ACB;
}
</style>
border-color css
<style>
span { border-color: #888ACB; }
span { border-color: rgb(136,138,203); }
td.TdClassName
{
border-color: #888ACB;
}
.TagClassName
{
border-color: #888ACB;
}
</style>