Shades of Portage #888BED
Tints of Portage #888BED
RGB
CMYK
RGB Variations
Color information
#888BED (or 0x888BED) is known color: Portage. HEX triplet: 88, 8B and ED. RGB value is (136,139,237). Sum of RGB (Red+Green+Blue) = 136+139+237=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #888BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888BED is #777412. Grayscale: #949494. Windows color (decimal): -7828499 or 15567752. OLE color: 15567752.
HSL color Cylindrical-coordinate representation of color #888BED: hue angle of 238.22º degrees, saturation: 0.74, 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 #888BED is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 139 | 237 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.07 |
| HSL | 238.22º | 0.74% | 0.73% | - |
| HSV(B) | 238.22º | 0.43% | 0.93% | - |
| XYZ | 34.67 | 29.81 | 84.05 | - |
| YUV | 149.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 237 | 0.43 | 0.41 | 0 | 0.07 | 238.22 | 0.74 | 0.73 |
| Hex | 88 | 8B | ED | 2B | 29 | 0 | 7 | EE | 4A | 49 |
| Octal | 210 | 213 | 355 | 53 | 51 | 0 | 7 | 356 | 112 | 111 |
| Binary | 10001000 | 10001011 | 11101101 | 101011 | 101001 | 0 | 111 | 11101110 | 1001010 | 1001001 |
Color Harmonies of #888BED
Complementary color
Monochromatic Colors of #888BED
Black with #888BED
Text Example
Text Example
White with #888BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888BED; }
p { color: rgb(136,139,237); }
H1.HeaderClassName
{
color: #888BED;
}
.AnyTagClassName
{
color: #888BED;
}
</style>
background-color css
<style>
a { background-color: #888BED; }
a { background-color: rgb(136,139,237); }
div.DivClassName
{
background-color: #888BED;
}
.BgClassName
{
background-color: #888BED;
}
</style>
border-color css
<style>
span { border-color: #888BED; }
span { border-color: rgb(136,139,237); }
td.TdClassName
{
border-color: #888BED;
}
.TagClassName
{
border-color: #888BED;
}
</style>