Shades of Portage #888BEE
Tints of Portage #888BEE
RGB
CMYK
RGB Variations
Color information
#888BEE (or 0x888BEE) is known color: Portage. HEX triplet: 88, 8B and EE. RGB value is (136,139,238). Sum of RGB (Red+Green+Blue) = 136+139+238=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #888BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888BEE is #777411. Grayscale: #949494. Windows color (decimal): -7828498 or 15633288. OLE color: 15633288.
HSL color Cylindrical-coordinate representation of color #888BEE: hue angle of 238.24º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #888BEE is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 139 | 238 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.07 |
| HSL | 238.24º | 0.75% | 0.73% | - |
| HSV(B) | 238.24º | 0.43% | 0.93% | - |
| XYZ | 34.82 | 29.87 | 84.82 | - |
| YUV | 149.39 | 178.01 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 238 | 0.43 | 0.42 | 0 | 0.07 | 238.24 | 0.75 | 0.73 |
| Hex | 88 | 8B | EE | 2B | 2A | 0 | 7 | EE | 4B | 49 |
| Octal | 210 | 213 | 356 | 53 | 52 | 0 | 7 | 356 | 113 | 111 |
| Binary | 10001000 | 10001011 | 11101110 | 101011 | 101010 | 0 | 111 | 11101110 | 1001011 | 1001001 |
Color Harmonies of #888BEE
Complementary color
Monochromatic Colors of #888BEE
Black with #888BEE
Text Example
Text Example
White with #888BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888BEE; }
p { color: rgb(136,139,238); }
H1.HeaderClassName
{
color: #888BEE;
}
.AnyTagClassName
{
color: #888BEE;
}
</style>
background-color css
<style>
a { background-color: #888BEE; }
a { background-color: rgb(136,139,238); }
div.DivClassName
{
background-color: #888BEE;
}
.BgClassName
{
background-color: #888BEE;
}
</style>
border-color css
<style>
span { border-color: #888BEE; }
span { border-color: rgb(136,139,238); }
td.TdClassName
{
border-color: #888BEE;
}
.TagClassName
{
border-color: #888BEE;
}
</style>