Shades of Regent Grey #878D8E
Tints of Regent Grey #878D8E
RGB
CMYK
RGB Variations
Color information
#878D8E (or 0x878D8E) is known color: Regent Grey. HEX triplet: 87, 8D and 8E. RGB value is (135,141,142). Sum of RGB (Red+Green+Blue) = 135+141+142=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 142 - color contains mainly: blue. Hex color #878D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D8E is #787271. Grayscale: #8B8B8B. Windows color (decimal): -7893618 or 9342343. OLE color: 9342343.
HSL color Cylindrical-coordinate representation of color #878D8E: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #878D8E is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 141 | 142 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.44 |
| HSL | 188.57º | 0.03% | 0.54% | - |
| HSV(B) | 188.57º | 0.05% | 0.56% | - |
| XYZ | 24.4 | 26.15 | 29.35 | - |
| YUV | 139.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 142 | 0.05 | 0.01 | 0 | 0.44 | 188.57 | 0.03 | 0.54 |
| Hex | 87 | 8D | 8E | 5 | 1 | 0 | 2C | BD | 3 | 36 |
| Octal | 207 | 215 | 216 | 5 | 1 | 0 | 54 | 275 | 3 | 66 |
| Binary | 10000111 | 10001101 | 10001110 | 101 | 1 | 0 | 101100 | 10111101 | 11 | 110110 |
Color Harmonies of #878D8E
Complementary color
Monochromatic Colors of #878D8E
Black with #878D8E
Text Example
Text Example
White with #878D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D8E; }
p { color: rgb(135,141,142); }
H1.HeaderClassName
{
color: #878D8E;
}
.AnyTagClassName
{
color: #878D8E;
}
</style>
background-color css
<style>
a { background-color: #878D8E; }
a { background-color: rgb(135,141,142); }
div.DivClassName
{
background-color: #878D8E;
}
.BgClassName
{
background-color: #878D8E;
}
</style>
border-color css
<style>
span { border-color: #878D8E; }
span { border-color: rgb(135,141,142); }
td.TdClassName
{
border-color: #878D8E;
}
.TagClassName
{
border-color: #878D8E;
}
</style>