Shades of Portage #888CE5
Tints of Portage #888CE5
RGB
CMYK
RGB Variations
Color information
#888CE5 (or 0x888CE5) is known color: Portage. HEX triplet: 88, 8C and E5. RGB value is (136,140,229). Sum of RGB (Red+Green+Blue) = 136+140+229=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #888CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CE5 is #77731A. Grayscale: #949494. Windows color (decimal): -7828251 or 15043720. OLE color: 15043720.
HSL color Cylindrical-coordinate representation of color #888CE5: hue angle of 237.42º degrees, saturation: 0.64, 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 #888CE5 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 140 | 229 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.10 |
| HSL | 237.42º | 0.64% | 0.72% | - |
| HSV(B) | 237.42º | 0.41% | 0.9% | - |
| XYZ | 33.67 | 29.65 | 78.08 | - |
| YUV | 148.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 229 | 0.41 | 0.39 | 0 | 0.10 | 237.42 | 0.64 | 0.72 |
| Hex | 88 | 8C | E5 | 29 | 27 | 0 | A | ED | 40 | 48 |
| Octal | 210 | 214 | 345 | 51 | 47 | 0 | 12 | 355 | 100 | 110 |
| Binary | 10001000 | 10001100 | 11100101 | 101001 | 100111 | 0 | 1010 | 11101101 | 1000000 | 1001000 |
Color Harmonies of #888CE5
Complementary color
Monochromatic Colors of #888CE5
Black with #888CE5
Text Example
Text Example
White with #888CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CE5; }
p { color: rgb(136,140,229); }
H1.HeaderClassName
{
color: #888CE5;
}
.AnyTagClassName
{
color: #888CE5;
}
</style>
background-color css
<style>
a { background-color: #888CE5; }
a { background-color: rgb(136,140,229); }
div.DivClassName
{
background-color: #888CE5;
}
.BgClassName
{
background-color: #888CE5;
}
</style>
border-color css
<style>
span { border-color: #888CE5; }
span { border-color: rgb(136,140,229); }
td.TdClassName
{
border-color: #888CE5;
}
.TagClassName
{
border-color: #888CE5;
}
</style>