Shades of Portage #888CEF
Tints of Portage #888CEF
RGB
CMYK
RGB Variations
Color information
#888CEF (or 0x888CEF) is known color: Portage. HEX triplet: 88, 8C and EF. RGB value is (136,140,239). Sum of RGB (Red+Green+Blue) = 136+140+239=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #888CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CEF is #777310. Grayscale: #959595. Windows color (decimal): -7828241 or 15699080. OLE color: 15699080.
HSL color Cylindrical-coordinate representation of color #888CEF: hue angle of 237.67º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #888CEF is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 140 | 239 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.06 |
| HSL | 237.67º | 0.76% | 0.74% | - |
| HSV(B) | 237.67º | 0.43% | 0.94% | - |
| XYZ | 35.11 | 30.22 | 85.64 | - |
| YUV | 150.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 239 | 0.43 | 0.41 | 0 | 0.06 | 237.67 | 0.76 | 0.74 |
| Hex | 88 | 8C | EF | 2B | 29 | 0 | 6 | EE | 4C | 4A |
| Octal | 210 | 214 | 357 | 53 | 51 | 0 | 6 | 356 | 114 | 112 |
| Binary | 10001000 | 10001100 | 11101111 | 101011 | 101001 | 0 | 110 | 11101110 | 1001100 | 1001010 |
Color Harmonies of #888CEF
Complementary color
Monochromatic Colors of #888CEF
Black with #888CEF
Text Example
Text Example
White with #888CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CEF; }
p { color: rgb(136,140,239); }
H1.HeaderClassName
{
color: #888CEF;
}
.AnyTagClassName
{
color: #888CEF;
}
</style>
background-color css
<style>
a { background-color: #888CEF; }
a { background-color: rgb(136,140,239); }
div.DivClassName
{
background-color: #888CEF;
}
.BgClassName
{
background-color: #888CEF;
}
</style>
border-color css
<style>
span { border-color: #888CEF; }
span { border-color: rgb(136,140,239); }
td.TdClassName
{
border-color: #888CEF;
}
.TagClassName
{
border-color: #888CEF;
}
</style>