Shades of Regent Grey #838E91
Tints of Regent Grey #838E91
RGB
CMYK
RGB Variations
Color information
#838E91 (or 0x838E91) is known color: Regent Grey. HEX triplet: 83, 8E and 91. RGB value is (131,142,145). Sum of RGB (Red+Green+Blue) = 131+142+145=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 145 - color contains mainly: blue. Hex color #838E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E91 is #7C716E. Grayscale: #8B8B8B. Windows color (decimal): -8155503 or 9539203. OLE color: 9539203.
HSL color Cylindrical-coordinate representation of color #838E91: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838E91 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 142 | 145 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.43 |
| HSL | 192.86º | 0.06% | 0.54% | - |
| HSV(B) | 192.86º | 0.1% | 0.57% | - |
| XYZ | 24.14 | 26.22 | 30.58 | - |
| YUV | 139.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 145 | 0.10 | 0.02 | 0 | 0.43 | 192.86 | 0.06 | 0.54 |
| Hex | 83 | 8E | 91 | A | 2 | 0 | 2B | C1 | 6 | 36 |
| Octal | 203 | 216 | 221 | 12 | 2 | 0 | 53 | 301 | 6 | 66 |
| Binary | 10000011 | 10001110 | 10010001 | 1010 | 10 | 0 | 101011 | 11000001 | 110 | 110110 |
Color Harmonies of #838E91
Complementary color
Monochromatic Colors of #838E91
Black with #838E91
Text Example
Text Example
White with #838E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838E91; }
p { color: rgb(131,142,145); }
H1.HeaderClassName
{
color: #838E91;
}
.AnyTagClassName
{
color: #838E91;
}
</style>
background-color css
<style>
a { background-color: #838E91; }
a { background-color: rgb(131,142,145); }
div.DivClassName
{
background-color: #838E91;
}
.BgClassName
{
background-color: #838E91;
}
</style>
border-color css
<style>
span { border-color: #838E91; }
span { border-color: rgb(131,142,145); }
td.TdClassName
{
border-color: #838E91;
}
.TagClassName
{
border-color: #838E91;
}
</style>