Shades of Portage #878FCB
Tints of Portage #878FCB
RGB
CMYK
RGB Variations
Color information
#878FCB (or 0x878FCB) is known color: Portage. HEX triplet: 87, 8F and CB. RGB value is (135,143,203). Sum of RGB (Red+Green+Blue) = 135+143+203=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #878FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FCB is #787034. Grayscale: #939393. Windows color (decimal): -7893045 or 13340551. OLE color: 13340551.
HSL color Cylindrical-coordinate representation of color #878FCB: hue angle of 232.94º 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 #878FCB is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 143 | 203 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.20 |
| HSL | 232.94º | 0.4% | 0.66% | - |
| HSV(B) | 232.94º | 0.33% | 0.8% | - |
| XYZ | 30.59 | 29.11 | 60.51 | - |
| YUV | 147.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 203 | 0.33 | 0.30 | 0 | 0.20 | 232.94 | 0.4 | 0.66 |
| Hex | 87 | 8F | CB | 21 | 1E | 0 | 14 | E9 | 28 | 42 |
| Octal | 207 | 217 | 313 | 41 | 36 | 0 | 24 | 351 | 50 | 102 |
| Binary | 10000111 | 10001111 | 11001011 | 100001 | 11110 | 0 | 10100 | 11101001 | 101000 | 1000010 |
Color Harmonies of #878FCB
Complementary color
Monochromatic Colors of #878FCB
Black with #878FCB
Text Example
Text Example
White with #878FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878FCB; }
p { color: rgb(135,143,203); }
H1.HeaderClassName
{
color: #878FCB;
}
.AnyTagClassName
{
color: #878FCB;
}
</style>
background-color css
<style>
a { background-color: #878FCB; }
a { background-color: rgb(135,143,203); }
div.DivClassName
{
background-color: #878FCB;
}
.BgClassName
{
background-color: #878FCB;
}
</style>
border-color css
<style>
span { border-color: #878FCB; }
span { border-color: rgb(135,143,203); }
td.TdClassName
{
border-color: #878FCB;
}
.TagClassName
{
border-color: #878FCB;
}
</style>