Shades of Portage #888CE6
Tints of Portage #888CE6
RGB
CMYK
RGB Variations
Color information
#888CE6 (or 0x888CE6) is known color: Portage. HEX triplet: 88, 8C and E6. RGB value is (136,140,230). Sum of RGB (Red+Green+Blue) = 136+140+230=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #888CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CE6 is #777319. Grayscale: #949494. Windows color (decimal): -7828250 or 15109256. OLE color: 15109256.
HSL color Cylindrical-coordinate representation of color #888CE6: hue angle of 237.45º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #888CE6 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 140 | 230 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.10 |
| HSL | 237.45º | 0.65% | 0.72% | - |
| HSV(B) | 237.45º | 0.41% | 0.9% | - |
| XYZ | 33.81 | 29.7 | 78.81 | - |
| YUV | 149.06 | 173.67 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 230 | 0.41 | 0.39 | 0 | 0.10 | 237.45 | 0.65 | 0.72 |
| Hex | 88 | 8C | E6 | 29 | 27 | 0 | A | ED | 41 | 48 |
| Octal | 210 | 214 | 346 | 51 | 47 | 0 | 12 | 355 | 101 | 110 |
| Binary | 10001000 | 10001100 | 11100110 | 101001 | 100111 | 0 | 1010 | 11101101 | 1000001 | 1001000 |
Color Harmonies of #888CE6
Complementary color
Monochromatic Colors of #888CE6
Black with #888CE6
Text Example
Text Example
White with #888CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CE6; }
p { color: rgb(136,140,230); }
H1.HeaderClassName
{
color: #888CE6;
}
.AnyTagClassName
{
color: #888CE6;
}
</style>
background-color css
<style>
a { background-color: #888CE6; }
a { background-color: rgb(136,140,230); }
div.DivClassName
{
background-color: #888CE6;
}
.BgClassName
{
background-color: #888CE6;
}
</style>
border-color css
<style>
span { border-color: #888CE6; }
span { border-color: rgb(136,140,230); }
td.TdClassName
{
border-color: #888CE6;
}
.TagClassName
{
border-color: #888CE6;
}
</style>