Shades of Portage #878DED
Tints of Portage #878DED
RGB
CMYK
RGB Variations
Color information
#878DED (or 0x878DED) is known color: Portage. HEX triplet: 87, 8D and ED. RGB value is (135,141,237). Sum of RGB (Red+Green+Blue) = 135+141+237=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 141 (55.47% from 255 or 27.49% 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 #878DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878DED is #787212. Grayscale: #959595. Windows color (decimal): -7893523 or 15568263. OLE color: 15568263.
HSL color Cylindrical-coordinate representation of color #878DED: hue angle of 236.47º 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 #878DED is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 141 | 237 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.07 |
| HSL | 236.47º | 0.74% | 0.73% | - |
| HSV(B) | 236.47º | 0.43% | 0.93% | - |
| XYZ | 34.8 | 30.32 | 84.14 | - |
| YUV | 150.15 | 177.01 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 237 | 0.43 | 0.41 | 0 | 0.07 | 236.47 | 0.74 | 0.73 |
| Hex | 87 | 8D | ED | 2B | 29 | 0 | 7 | EC | 4A | 49 |
| Octal | 207 | 215 | 355 | 53 | 51 | 0 | 7 | 354 | 112 | 111 |
| Binary | 10000111 | 10001101 | 11101101 | 101011 | 101001 | 0 | 111 | 11101100 | 1001010 | 1001001 |
Color Harmonies of #878DED
Complementary color
Monochromatic Colors of #878DED
Black with #878DED
Text Example
Text Example
White with #878DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DED; }
p { color: rgb(135,141,237); }
H1.HeaderClassName
{
color: #878DED;
}
.AnyTagClassName
{
color: #878DED;
}
</style>
background-color css
<style>
a { background-color: #878DED; }
a { background-color: rgb(135,141,237); }
div.DivClassName
{
background-color: #878DED;
}
.BgClassName
{
background-color: #878DED;
}
</style>
border-color css
<style>
span { border-color: #878DED; }
span { border-color: rgb(135,141,237); }
td.TdClassName
{
border-color: #878DED;
}
.TagClassName
{
border-color: #878DED;
}
</style>