Shades of Portage #878ACB
Tints of Portage #878ACB
RGB
CMYK
RGB Variations
Color information
#878ACB (or 0x878ACB) is known color: Portage. HEX triplet: 87, 8A and CB. RGB value is (135,138,203). Sum of RGB (Red+Green+Blue) = 135+138+203=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #878ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ACB is #787534. Grayscale: #909090. Windows color (decimal): -7894325 or 13339271. OLE color: 13339271.
HSL color Cylindrical-coordinate representation of color #878ACB: hue angle of 237.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #878ACB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 138 | 203 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.20 |
| HSL | 237.35º | 0.4% | 0.66% | - |
| HSV(B) | 237.35º | 0.33% | 0.8% | - |
| XYZ | 29.86 | 27.64 | 60.26 | - |
| YUV | 144.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 203 | 0.33 | 0.32 | 0 | 0.20 | 237.35 | 0.4 | 0.66 |
| Hex | 87 | 8A | CB | 21 | 20 | 0 | 14 | ED | 28 | 42 |
| Octal | 207 | 212 | 313 | 41 | 40 | 0 | 24 | 355 | 50 | 102 |
| Binary | 10000111 | 10001010 | 11001011 | 100001 | 100000 | 0 | 10100 | 11101101 | 101000 | 1000010 |
Color Harmonies of #878ACB
Complementary color
Monochromatic Colors of #878ACB
Black with #878ACB
Text Example
Text Example
White with #878ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878ACB; }
p { color: rgb(135,138,203); }
H1.HeaderClassName
{
color: #878ACB;
}
.AnyTagClassName
{
color: #878ACB;
}
</style>
background-color css
<style>
a { background-color: #878ACB; }
a { background-color: rgb(135,138,203); }
div.DivClassName
{
background-color: #878ACB;
}
.BgClassName
{
background-color: #878ACB;
}
</style>
border-color css
<style>
span { border-color: #878ACB; }
span { border-color: rgb(135,138,203); }
td.TdClassName
{
border-color: #878ACB;
}
.TagClassName
{
border-color: #878ACB;
}
</style>