Shades of Portage #878BDA
Tints of Portage #878BDA
RGB
CMYK
RGB Variations
Color information
#878BDA (or 0x878BDA) is known color: Portage. HEX triplet: 87, 8B and DA. RGB value is (135,139,218). Sum of RGB (Red+Green+Blue) = 135+139+218=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #878BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BDA is #787425. Grayscale: #929292. Windows color (decimal): -7894054 or 14322567. OLE color: 14322567.
HSL color Cylindrical-coordinate representation of color #878BDA: hue angle of 237.11º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #878BDA is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 139 | 218 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.15 |
| HSL | 237.11º | 0.53% | 0.69% | - |
| HSV(B) | 237.11º | 0.38% | 0.85% | - |
| XYZ | 31.88 | 28.68 | 70.18 | - |
| YUV | 146.81 | 168.17 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 218 | 0.38 | 0.36 | 0 | 0.15 | 237.11 | 0.53 | 0.69 |
| Hex | 87 | 8B | DA | 26 | 24 | 0 | F | ED | 35 | 45 |
| Octal | 207 | 213 | 332 | 46 | 44 | 0 | 17 | 355 | 65 | 105 |
| Binary | 10000111 | 10001011 | 11011010 | 100110 | 100100 | 0 | 1111 | 11101101 | 110101 | 1000101 |
Color Harmonies of #878BDA
Complementary color
Monochromatic Colors of #878BDA
Black with #878BDA
Text Example
Text Example
White with #878BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878BDA; }
p { color: rgb(135,139,218); }
H1.HeaderClassName
{
color: #878BDA;
}
.AnyTagClassName
{
color: #878BDA;
}
</style>
background-color css
<style>
a { background-color: #878BDA; }
a { background-color: rgb(135,139,218); }
div.DivClassName
{
background-color: #878BDA;
}
.BgClassName
{
background-color: #878BDA;
}
</style>
border-color css
<style>
span { border-color: #878BDA; }
span { border-color: rgb(135,139,218); }
td.TdClassName
{
border-color: #878BDA;
}
.TagClassName
{
border-color: #878BDA;
}
</style>