Shades of Portage #888BCE
Tints of Portage #888BCE
RGB
CMYK
RGB Variations
Color information
#888BCE (or 0x888BCE) is known color: Portage. HEX triplet: 88, 8B and CE. RGB value is (136,139,206). Sum of RGB (Red+Green+Blue) = 136+139+206=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #888BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BCE is #777431. Grayscale: #919191. Windows color (decimal): -7828530 or 13536136. OLE color: 13536136.
HSL color Cylindrical-coordinate representation of color #888BCE: hue angle of 237.43º degrees, saturation: 0.42, 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 #888BCE is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 139 | 206 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.19 |
| HSL | 237.43º | 0.42% | 0.67% | - |
| HSV(B) | 237.43º | 0.34% | 0.81% | - |
| XYZ | 30.53 | 28.16 | 62.22 | - |
| YUV | 145.74 | 162.01 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 206 | 0.34 | 0.33 | 0 | 0.19 | 237.43 | 0.42 | 0.67 |
| Hex | 88 | 8B | CE | 22 | 21 | 0 | 13 | ED | 2A | 43 |
| Octal | 210 | 213 | 316 | 42 | 41 | 0 | 23 | 355 | 52 | 103 |
| Binary | 10001000 | 10001011 | 11001110 | 100010 | 100001 | 0 | 10011 | 11101101 | 101010 | 1000011 |
Color Harmonies of #888BCE
Complementary color
Monochromatic Colors of #888BCE
Black with #888BCE
Text Example
Text Example
White with #888BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888BCE; }
p { color: rgb(136,139,206); }
H1.HeaderClassName
{
color: #888BCE;
}
.AnyTagClassName
{
color: #888BCE;
}
</style>
background-color css
<style>
a { background-color: #888BCE; }
a { background-color: rgb(136,139,206); }
div.DivClassName
{
background-color: #888BCE;
}
.BgClassName
{
background-color: #888BCE;
}
</style>
border-color css
<style>
span { border-color: #888BCE; }
span { border-color: rgb(136,139,206); }
td.TdClassName
{
border-color: #888BCE;
}
.TagClassName
{
border-color: #888BCE;
}
</style>