Shades of Portage #878DEE
Tints of Portage #878DEE
RGB
CMYK
RGB Variations
Color information
#878DEE (or 0x878DEE) is known color: Portage. HEX triplet: 87, 8D and EE. RGB value is (135,141,238). Sum of RGB (Red+Green+Blue) = 135+141+238=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #878DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878DEE is #787211. Grayscale: #959595. Windows color (decimal): -7893522 or 15633799. OLE color: 15633799.
HSL color Cylindrical-coordinate representation of color #878DEE: hue angle of 236.5º degrees, saturation: 0.75, 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 #878DEE is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 141 | 238 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.07 |
| HSL | 236.5º | 0.75% | 0.73% | - |
| HSV(B) | 236.5º | 0.43% | 0.93% | - |
| XYZ | 34.95 | 30.37 | 84.91 | - |
| YUV | 150.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 238 | 0.43 | 0.41 | 0 | 0.07 | 236.5 | 0.75 | 0.73 |
| Hex | 87 | 8D | EE | 2B | 29 | 0 | 7 | ED | 4B | 49 |
| Octal | 207 | 215 | 356 | 53 | 51 | 0 | 7 | 355 | 113 | 111 |
| Binary | 10000111 | 10001101 | 11101110 | 101011 | 101001 | 0 | 111 | 11101101 | 1001011 | 1001001 |
Color Harmonies of #878DEE
Complementary color
Monochromatic Colors of #878DEE
Black with #878DEE
Text Example
Text Example
White with #878DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DEE; }
p { color: rgb(135,141,238); }
H1.HeaderClassName
{
color: #878DEE;
}
.AnyTagClassName
{
color: #878DEE;
}
</style>
background-color css
<style>
a { background-color: #878DEE; }
a { background-color: rgb(135,141,238); }
div.DivClassName
{
background-color: #878DEE;
}
.BgClassName
{
background-color: #878DEE;
}
</style>
border-color css
<style>
span { border-color: #878DEE; }
span { border-color: rgb(135,141,238); }
td.TdClassName
{
border-color: #878DEE;
}
.TagClassName
{
border-color: #878DEE;
}
</style>