Shades of Portage #878BDD
Tints of Portage #878BDD
RGB
CMYK
RGB Variations
Color information
#878BDD (or 0x878BDD) is known color: Portage. HEX triplet: 87, 8B and DD. RGB value is (135,139,221). Sum of RGB (Red+Green+Blue) = 135+139+221=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #878BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BDD is #787422. Grayscale: #929292. Windows color (decimal): -7894051 or 14519175. OLE color: 14519175.
HSL color Cylindrical-coordinate representation of color #878BDD: hue angle of 237.21º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878BDD is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 139 | 221 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.13 |
| HSL | 237.21º | 0.56% | 0.7% | - |
| HSV(B) | 237.21º | 0.39% | 0.87% | - |
| XYZ | 32.28 | 28.84 | 72.27 | - |
| YUV | 147.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 221 | 0.39 | 0.37 | 0 | 0.13 | 237.21 | 0.56 | 0.7 |
| Hex | 87 | 8B | DD | 27 | 25 | 0 | D | ED | 38 | 46 |
| Octal | 207 | 213 | 335 | 47 | 45 | 0 | 15 | 355 | 70 | 106 |
| Binary | 10000111 | 10001011 | 11011101 | 100111 | 100101 | 0 | 1101 | 11101101 | 111000 | 1000110 |
Color Harmonies of #878BDD
Complementary color
Monochromatic Colors of #878BDD
Black with #878BDD
Text Example
Text Example
White with #878BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878BDD; }
p { color: rgb(135,139,221); }
H1.HeaderClassName
{
color: #878BDD;
}
.AnyTagClassName
{
color: #878BDD;
}
</style>
background-color css
<style>
a { background-color: #878BDD; }
a { background-color: rgb(135,139,221); }
div.DivClassName
{
background-color: #878BDD;
}
.BgClassName
{
background-color: #878BDD;
}
</style>
border-color css
<style>
span { border-color: #878BDD; }
span { border-color: rgb(135,139,221); }
td.TdClassName
{
border-color: #878BDD;
}
.TagClassName
{
border-color: #878BDD;
}
</style>