Shades of Portage #888CCC
Tints of Portage #888CCC
RGB
CMYK
RGB Variations
Color information
#888CCC (or 0x888CCC) is known color: Portage. HEX triplet: 88, 8C and CC. RGB value is (136,140,204). Sum of RGB (Red+Green+Blue) = 136+140+204=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #888CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CCC is #777333. Grayscale: #919191. Windows color (decimal): -7828276 or 13405320. OLE color: 13405320.
HSL color Cylindrical-coordinate representation of color #888CCC: hue angle of 236.47º 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 #888CCC is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 140 | 204 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.2 |
| HSL | 236.47º | 0.4% | 0.67% | - |
| HSV(B) | 236.47º | 0.33% | 0.8% | - |
| XYZ | 30.43 | 28.35 | 60.99 | - |
| YUV | 146.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 204 | 0.33 | 0.31 | 0 | 0.2 | 236.47 | 0.4 | 0.67 |
| Hex | 88 | 8C | CC | 21 | 1F | 0 | 14 | EC | 28 | 43 |
| Octal | 210 | 214 | 314 | 41 | 37 | 0 | 24 | 354 | 50 | 103 |
| Binary | 10001000 | 10001100 | 11001100 | 100001 | 11111 | 0 | 10100 | 11101100 | 101000 | 1000011 |
Color Harmonies of #888CCC
Complementary color
Monochromatic Colors of #888CCC
Black with #888CCC
Text Example
Text Example
White with #888CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CCC; }
p { color: rgb(136,140,204); }
H1.HeaderClassName
{
color: #888CCC;
}
.AnyTagClassName
{
color: #888CCC;
}
</style>
background-color css
<style>
a { background-color: #888CCC; }
a { background-color: rgb(136,140,204); }
div.DivClassName
{
background-color: #888CCC;
}
.BgClassName
{
background-color: #888CCC;
}
</style>
border-color css
<style>
span { border-color: #888CCC; }
span { border-color: rgb(136,140,204); }
td.TdClassName
{
border-color: #888CCC;
}
.TagClassName
{
border-color: #888CCC;
}
</style>