Shades of Portage #878AD0
Tints of Portage #878AD0
RGB
CMYK
RGB Variations
Color information
#878AD0 (or 0x878AD0) is known color: Portage. HEX triplet: 87, 8A and D0. RGB value is (135,138,208). Sum of RGB (Red+Green+Blue) = 135+138+208=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #878AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878AD0 is #78752F. Grayscale: #909090. Windows color (decimal): -7894320 or 13666951. OLE color: 13666951.
HSL color Cylindrical-coordinate representation of color #878AD0: hue angle of 237.53º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #878AD0 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 138 | 208 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.18 |
| HSL | 237.53º | 0.44% | 0.67% | - |
| HSV(B) | 237.53º | 0.35% | 0.82% | - |
| XYZ | 30.47 | 27.88 | 63.45 | - |
| YUV | 145.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 208 | 0.35 | 0.34 | 0 | 0.18 | 237.53 | 0.44 | 0.67 |
| Hex | 87 | 8A | D0 | 23 | 22 | 0 | 12 | EE | 2C | 43 |
| Octal | 207 | 212 | 320 | 43 | 42 | 0 | 22 | 356 | 54 | 103 |
| Binary | 10000111 | 10001010 | 11010000 | 100011 | 100010 | 0 | 10010 | 11101110 | 101100 | 1000011 |
Color Harmonies of #878AD0
Complementary color
Monochromatic Colors of #878AD0
Black with #878AD0
Text Example
Text Example
White with #878AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878AD0; }
p { color: rgb(135,138,208); }
H1.HeaderClassName
{
color: #878AD0;
}
.AnyTagClassName
{
color: #878AD0;
}
</style>
background-color css
<style>
a { background-color: #878AD0; }
a { background-color: rgb(135,138,208); }
div.DivClassName
{
background-color: #878AD0;
}
.BgClassName
{
background-color: #878AD0;
}
</style>
border-color css
<style>
span { border-color: #878AD0; }
span { border-color: rgb(135,138,208); }
td.TdClassName
{
border-color: #878AD0;
}
.TagClassName
{
border-color: #878AD0;
}
</style>