Shades of Regent Grey #838B8D
Tints of Regent Grey #838B8D
RGB
CMYK
RGB Variations
Color information
#838B8D (or 0x838B8D) is known color: Regent Grey. HEX triplet: 83, 8B and 8D. RGB value is (131,139,141). Sum of RGB (Red+Green+Blue) = 131+139+141=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 141 - color contains mainly: blue. Hex color #838B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B8D is #7C7472. Grayscale: #888888. Windows color (decimal): -8156275 or 9276291. OLE color: 9276291.
HSL color Cylindrical-coordinate representation of color #838B8D: hue angle of 192º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #838B8D is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 141 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.45 |
| HSL | 192º | 0.04% | 0.53% | - |
| HSV(B) | 192º | 0.07% | 0.55% | - |
| XYZ | 23.4 | 25.21 | 28.83 | - |
| YUV | 136.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 141 | 0.07 | 0.01 | 0 | 0.45 | 192 | 0.04 | 0.53 |
| Hex | 83 | 8B | 8D | 7 | 1 | 0 | 2D | C0 | 4 | 35 |
| Octal | 203 | 213 | 215 | 7 | 1 | 0 | 55 | 300 | 4 | 65 |
| Binary | 10000011 | 10001011 | 10001101 | 111 | 1 | 0 | 101101 | 11000000 | 100 | 110101 |
Color Harmonies of #838B8D
Complementary color
Monochromatic Colors of #838B8D
Black with #838B8D
Text Example
Text Example
White with #838B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B8D; }
p { color: rgb(131,139,141); }
H1.HeaderClassName
{
color: #838B8D;
}
.AnyTagClassName
{
color: #838B8D;
}
</style>
background-color css
<style>
a { background-color: #838B8D; }
a { background-color: rgb(131,139,141); }
div.DivClassName
{
background-color: #838B8D;
}
.BgClassName
{
background-color: #838B8D;
}
</style>
border-color css
<style>
span { border-color: #838B8D; }
span { border-color: rgb(131,139,141); }
td.TdClassName
{
border-color: #838B8D;
}
.TagClassName
{
border-color: #838B8D;
}
</style>