Shades of Portage #888BCB
Tints of Portage #888BCB
RGB
CMYK
RGB Variations
Color information
#888BCB (or 0x888BCB) is known color: Portage. HEX triplet: 88, 8B and CB. RGB value is (136,139,203). Sum of RGB (Red+Green+Blue) = 136+139+203=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #888BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BCB is #777434. Grayscale: #919191. Windows color (decimal): -7828533 or 13339528. OLE color: 13339528.
HSL color Cylindrical-coordinate representation of color #888BCB: hue angle of 237.31º 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 #888BCB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 139 | 203 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.20 |
| HSL | 237.31º | 0.39% | 0.66% | - |
| HSV(B) | 237.31º | 0.33% | 0.8% | - |
| XYZ | 30.17 | 28.01 | 60.32 | - |
| YUV | 145.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 203 | 0.33 | 0.32 | 0 | 0.20 | 237.31 | 0.39 | 0.66 |
| Hex | 88 | 8B | CB | 21 | 20 | 0 | 14 | ED | 27 | 42 |
| Octal | 210 | 213 | 313 | 41 | 40 | 0 | 24 | 355 | 47 | 102 |
| Binary | 10001000 | 10001011 | 11001011 | 100001 | 100000 | 0 | 10100 | 11101101 | 100111 | 1000010 |
Color Harmonies of #888BCB
Complementary color
Monochromatic Colors of #888BCB
Black with #888BCB
Text Example
Text Example
White with #888BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888BCB; }
p { color: rgb(136,139,203); }
H1.HeaderClassName
{
color: #888BCB;
}
.AnyTagClassName
{
color: #888BCB;
}
</style>
background-color css
<style>
a { background-color: #888BCB; }
a { background-color: rgb(136,139,203); }
div.DivClassName
{
background-color: #888BCB;
}
.BgClassName
{
background-color: #888BCB;
}
</style>
border-color css
<style>
span { border-color: #888BCB; }
span { border-color: rgb(136,139,203); }
td.TdClassName
{
border-color: #888BCB;
}
.TagClassName
{
border-color: #888BCB;
}
</style>