Shades of Portage #888ACF
Tints of Portage #888ACF
RGB
CMYK
RGB Variations
Color information
#888ACF (or 0x888ACF) is known color: Portage. HEX triplet: 88, 8A and CF. RGB value is (136,138,207). Sum of RGB (Red+Green+Blue) = 136+138+207=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #888ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ACF is #777530. Grayscale: #909090. Windows color (decimal): -7828785 or 13601416. OLE color: 13601416.
HSL color Cylindrical-coordinate representation of color #888ACF: hue angle of 238.31º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #888ACF is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 138 | 207 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.19 |
| HSL | 238.31º | 0.43% | 0.67% | - |
| HSV(B) | 238.31º | 0.34% | 0.81% | - |
| XYZ | 30.5 | 27.92 | 62.81 | - |
| YUV | 145.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 207 | 0.34 | 0.33 | 0 | 0.19 | 238.31 | 0.43 | 0.67 |
| Hex | 88 | 8A | CF | 22 | 21 | 0 | 13 | EE | 2B | 43 |
| Octal | 210 | 212 | 317 | 42 | 41 | 0 | 23 | 356 | 53 | 103 |
| Binary | 10001000 | 10001010 | 11001111 | 100010 | 100001 | 0 | 10011 | 11101110 | 101011 | 1000011 |
Color Harmonies of #888ACF
Complementary color
Monochromatic Colors of #888ACF
Black with #888ACF
Text Example
Text Example
White with #888ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888ACF; }
p { color: rgb(136,138,207); }
H1.HeaderClassName
{
color: #888ACF;
}
.AnyTagClassName
{
color: #888ACF;
}
</style>
background-color css
<style>
a { background-color: #888ACF; }
a { background-color: rgb(136,138,207); }
div.DivClassName
{
background-color: #888ACF;
}
.BgClassName
{
background-color: #888ACF;
}
</style>
border-color css
<style>
span { border-color: #888ACF; }
span { border-color: rgb(136,138,207); }
td.TdClassName
{
border-color: #888ACF;
}
.TagClassName
{
border-color: #888ACF;
}
</style>