Shades of Regent Grey #868B8C
Tints of Regent Grey #868B8C
RGB
CMYK
RGB Variations
Color information
#868B8C (or 0x868B8C) is known color: Regent Grey. HEX triplet: 86, 8B and 8C. RGB value is (134,139,140). Sum of RGB (Red+Green+Blue) = 134+139+140=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 140 - color contains mainly: blue. Hex color #868B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868B8C is #797473. Grayscale: #898989. Windows color (decimal): -7959668 or 9210758. OLE color: 9210758.
HSL color Cylindrical-coordinate representation of color #868B8C: hue angle of 190º degrees, saturation: 0.03, 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 #868B8C is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 134 | 139 | 140 | - |
CMYK | 0.04 | 0.01 | 0 | 0.45 |
HSL | 190º | 0.03% | 0.54% | - |
HSV(B) | 190º | 0.04% | 0.55% | - |
XYZ | 23.8 | 25.43 | 28.46 | - |
YUV | 137.62 | 129.34 | 125.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 134 | 139 | 140 | 0.04 | 0.01 | 0 | 0.45 | 190 | 0.03 | 0.54 |
Hex | 86 | 8B | 8C | 4 | 1 | 0 | 2D | BE | 3 | 36 |
Octal | 206 | 213 | 214 | 4 | 1 | 0 | 55 | 276 | 3 | 66 |
Binary | 10000110 | 10001011 | 10001100 | 100 | 1 | 0 | 101101 | 10111110 | 11 | 110110 |
Color Harmonies of #868B8C
Complementary color
Monochromatic Colors of #868B8C
Black with #868B8C
Text Example
Text Example
White with #868B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B8C; }
p { color: rgb(134,139,140); }
H1.HeaderClassName
{
color: #868B8C;
}
.AnyTagClassName
{
color: #868B8C;
}
</style>
background-color css
<style>
a { background-color: #868B8C; }
a { background-color: rgb(134,139,140); }
div.DivClassName
{
background-color: #868B8C;
}
.BgClassName
{
background-color: #868B8C;
}
</style>
border-color css
<style>
span { border-color: #868B8C; }
span { border-color: rgb(134,139,140); }
td.TdClassName
{
border-color: #868B8C;
}
.TagClassName
{
border-color: #868B8C;
}
</style>