Shades of Portage #888CD4
Tints of Portage #888CD4
RGB
CMYK
RGB Variations
Color information
#888CD4 (or 0x888CD4) is known color: Portage. HEX triplet: 88, 8C and D4. RGB value is (136,140,212). Sum of RGB (Red+Green+Blue) = 136+140+212=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #888CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CD4 is #77732B. Grayscale: #929292. Windows color (decimal): -7828268 or 13929608. OLE color: 13929608.
HSL color Cylindrical-coordinate representation of color #888CD4: hue angle of 236.84º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #888CD4 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 140 | 212 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.17 |
| HSL | 236.84º | 0.47% | 0.68% | - |
| HSV(B) | 236.84º | 0.36% | 0.83% | - |
| XYZ | 31.42 | 28.74 | 66.18 | - |
| YUV | 147.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 212 | 0.36 | 0.34 | 0 | 0.17 | 236.84 | 0.47 | 0.68 |
| Hex | 88 | 8C | D4 | 24 | 22 | 0 | 11 | ED | 2F | 44 |
| Octal | 210 | 214 | 324 | 44 | 42 | 0 | 21 | 355 | 57 | 104 |
| Binary | 10001000 | 10001100 | 11010100 | 100100 | 100010 | 0 | 10001 | 11101101 | 101111 | 1000100 |
Color Harmonies of #888CD4
Complementary color
Monochromatic Colors of #888CD4
Black with #888CD4
Text Example
Text Example
White with #888CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CD4; }
p { color: rgb(136,140,212); }
H1.HeaderClassName
{
color: #888CD4;
}
.AnyTagClassName
{
color: #888CD4;
}
</style>
background-color css
<style>
a { background-color: #888CD4; }
a { background-color: rgb(136,140,212); }
div.DivClassName
{
background-color: #888CD4;
}
.BgClassName
{
background-color: #888CD4;
}
</style>
border-color css
<style>
span { border-color: #888CD4; }
span { border-color: rgb(136,140,212); }
td.TdClassName
{
border-color: #888CD4;
}
.TagClassName
{
border-color: #888CD4;
}
</style>