Shades of Portage #888CED
Tints of Portage #888CED
RGB
CMYK
RGB Variations
Color information
#888CED (or 0x888CED) is known color: Portage. HEX triplet: 88, 8C and ED. RGB value is (136,140,237). Sum of RGB (Red+Green+Blue) = 136+140+237=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #888CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CED is #777312. Grayscale: #959595. Windows color (decimal): -7828243 or 15568008. OLE color: 15568008.
HSL color Cylindrical-coordinate representation of color #888CED: hue angle of 237.62º 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 #888CED is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 140 | 237 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.07 |
| HSL | 237.62º | 0.74% | 0.73% | - |
| HSV(B) | 237.62º | 0.43% | 0.93% | - |
| XYZ | 34.82 | 30.1 | 84.1 | - |
| YUV | 149.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 237 | 0.43 | 0.41 | 0 | 0.07 | 237.62 | 0.74 | 0.73 |
| Hex | 88 | 8C | ED | 2B | 29 | 0 | 7 | EE | 4A | 49 |
| Octal | 210 | 214 | 355 | 53 | 51 | 0 | 7 | 356 | 112 | 111 |
| Binary | 10001000 | 10001100 | 11101101 | 101011 | 101001 | 0 | 111 | 11101110 | 1001010 | 1001001 |
Color Harmonies of #888CED
Complementary color
Monochromatic Colors of #888CED
Black with #888CED
Text Example
Text Example
White with #888CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CED; }
p { color: rgb(136,140,237); }
H1.HeaderClassName
{
color: #888CED;
}
.AnyTagClassName
{
color: #888CED;
}
</style>
background-color css
<style>
a { background-color: #888CED; }
a { background-color: rgb(136,140,237); }
div.DivClassName
{
background-color: #888CED;
}
.BgClassName
{
background-color: #888CED;
}
</style>
border-color css
<style>
span { border-color: #888CED; }
span { border-color: rgb(136,140,237); }
td.TdClassName
{
border-color: #888CED;
}
.TagClassName
{
border-color: #888CED;
}
</style>