Shades of Portage #888FD5
Tints of Portage #888FD5
RGB
CMYK
RGB Variations
Color information
#888FD5 (or 0x888FD5) is known color: Portage. HEX triplet: 88, 8F and D5. RGB value is (136,143,213). Sum of RGB (Red+Green+Blue) = 136+143+213=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #888FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FD5 is #77702A. Grayscale: #949494. Windows color (decimal): -7827499 or 13995912. OLE color: 13995912.
HSL color Cylindrical-coordinate representation of color #888FD5: hue angle of 234.55º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #888FD5 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 143 | 213 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.16 |
| HSL | 234.55º | 0.48% | 0.68% | - |
| HSV(B) | 234.55º | 0.36% | 0.84% | - |
| XYZ | 31.99 | 29.68 | 66.99 | - |
| YUV | 148.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 213 | 0.36 | 0.33 | 0 | 0.16 | 234.55 | 0.48 | 0.68 |
| Hex | 88 | 8F | D5 | 24 | 21 | 0 | 10 | EB | 30 | 44 |
| Octal | 210 | 217 | 325 | 44 | 41 | 0 | 20 | 353 | 60 | 104 |
| Binary | 10001000 | 10001111 | 11010101 | 100100 | 100001 | 0 | 10000 | 11101011 | 110000 | 1000100 |
Color Harmonies of #888FD5
Complementary color
Monochromatic Colors of #888FD5
Black with #888FD5
Text Example
Text Example
White with #888FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FD5; }
p { color: rgb(136,143,213); }
H1.HeaderClassName
{
color: #888FD5;
}
.AnyTagClassName
{
color: #888FD5;
}
</style>
background-color css
<style>
a { background-color: #888FD5; }
a { background-color: rgb(136,143,213); }
div.DivClassName
{
background-color: #888FD5;
}
.BgClassName
{
background-color: #888FD5;
}
</style>
border-color css
<style>
span { border-color: #888FD5; }
span { border-color: rgb(136,143,213); }
td.TdClassName
{
border-color: #888FD5;
}
.TagClassName
{
border-color: #888FD5;
}
</style>