Shades of Regent Grey #868A8B
Tints of Regent Grey #868A8B
RGB
CMYK
RGB Variations
Color information
#868A8B (or 0x868A8B) is known color: Regent Grey. HEX triplet: 86, 8A and 8B. RGB value is (134,138,139). Sum of RGB (Red+Green+Blue) = 134+138+139=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 139 - color contains mainly: blue. Hex color #868A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A8B is #797574. Grayscale: #888888. Windows color (decimal): -7959925 or 9144966. OLE color: 9144966.
HSL color Cylindrical-coordinate representation of color #868A8B: hue angle of 192º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #868A8B is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 138 | 139 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.45 |
| HSL | 192º | 0.02% | 0.54% | - |
| HSV(B) | 192º | 0.04% | 0.55% | - |
| XYZ | 23.58 | 25.11 | 28.03 | - |
| YUV | 136.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 139 | 0.04 | 0.01 | 0 | 0.45 | 192 | 0.02 | 0.54 |
| Hex | 86 | 8A | 8B | 4 | 1 | 0 | 2D | C0 | 2 | 36 |
| Octal | 206 | 212 | 213 | 4 | 1 | 0 | 55 | 300 | 2 | 66 |
| Binary | 10000110 | 10001010 | 10001011 | 100 | 1 | 0 | 101101 | 11000000 | 10 | 110110 |
Color Harmonies of #868A8B
Complementary color
Monochromatic Colors of #868A8B
Black with #868A8B
Text Example
Text Example
White with #868A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A8B; }
p { color: rgb(134,138,139); }
H1.HeaderClassName
{
color: #868A8B;
}
.AnyTagClassName
{
color: #868A8B;
}
</style>
background-color css
<style>
a { background-color: #868A8B; }
a { background-color: rgb(134,138,139); }
div.DivClassName
{
background-color: #868A8B;
}
.BgClassName
{
background-color: #868A8B;
}
</style>
border-color css
<style>
span { border-color: #868A8B; }
span { border-color: rgb(134,138,139); }
td.TdClassName
{
border-color: #868A8B;
}
.TagClassName
{
border-color: #868A8B;
}
</style>