Shades of Regent Grey #868C8D
Tints of Regent Grey #868C8D
RGB
CMYK
RGB Variations
Color information
#868C8D (or 0x868C8D) is known color: Regent Grey. HEX triplet: 86, 8C and 8D. RGB value is (134,140,141). Sum of RGB (Red+Green+Blue) = 134+140+141=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 141 - color contains mainly: blue. Hex color #868C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868C8D is #797372. Grayscale: #8A8A8A. Windows color (decimal): -7959411 or 9276550. OLE color: 9276550.
HSL color Cylindrical-coordinate representation of color #868C8D: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #868C8D is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 140 | 141 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.45 |
| HSL | 188.57º | 0.03% | 0.54% | - |
| HSV(B) | 188.57º | 0.05% | 0.55% | - |
| XYZ | 24.02 | 25.75 | 28.9 | - |
| YUV | 138.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 141 | 0.05 | 0.01 | 0 | 0.45 | 188.57 | 0.03 | 0.54 |
| Hex | 86 | 8C | 8D | 5 | 1 | 0 | 2D | BD | 3 | 36 |
| Octal | 206 | 214 | 215 | 5 | 1 | 0 | 55 | 275 | 3 | 66 |
| Binary | 10000110 | 10001100 | 10001101 | 101 | 1 | 0 | 101101 | 10111101 | 11 | 110110 |
Color Harmonies of #868C8D
Complementary color
Monochromatic Colors of #868C8D
Black with #868C8D
Text Example
Text Example
White with #868C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868C8D; }
p { color: rgb(134,140,141); }
H1.HeaderClassName
{
color: #868C8D;
}
.AnyTagClassName
{
color: #868C8D;
}
</style>
background-color css
<style>
a { background-color: #868C8D; }
a { background-color: rgb(134,140,141); }
div.DivClassName
{
background-color: #868C8D;
}
.BgClassName
{
background-color: #868C8D;
}
</style>
border-color css
<style>
span { border-color: #868C8D; }
span { border-color: rgb(134,140,141); }
td.TdClassName
{
border-color: #868C8D;
}
.TagClassName
{
border-color: #868C8D;
}
</style>