Shades of Regent Grey #838F91
Tints of Regent Grey #838F91
RGB
CMYK
RGB Variations
Color information
#838F91 (or 0x838F91) is known color: Regent Grey. HEX triplet: 83, 8F and 91. RGB value is (131,143,145). Sum of RGB (Red+Green+Blue) = 131+143+145=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 145 - color contains mainly: blue. Hex color #838F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F91 is #7C706E. Grayscale: #8B8B8B. Windows color (decimal): -8155247 or 9539459. OLE color: 9539459.
HSL color Cylindrical-coordinate representation of color #838F91: hue angle of 188.57º 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 #838F91 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 143 | 145 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.43 |
| HSL | 188.57º | 0.06% | 0.54% | - |
| HSV(B) | 188.57º | 0.1% | 0.57% | - |
| XYZ | 24.29 | 26.51 | 30.63 | - |
| YUV | 139.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 145 | 0.10 | 0.01 | 0 | 0.43 | 188.57 | 0.06 | 0.54 |
| Hex | 83 | 8F | 91 | A | 1 | 0 | 2B | BD | 6 | 36 |
| Octal | 203 | 217 | 221 | 12 | 1 | 0 | 53 | 275 | 6 | 66 |
| Binary | 10000011 | 10001111 | 10010001 | 1010 | 1 | 0 | 101011 | 10111101 | 110 | 110110 |
Color Harmonies of #838F91
Complementary color
Monochromatic Colors of #838F91
Black with #838F91
Text Example
Text Example
White with #838F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838F91; }
p { color: rgb(131,143,145); }
H1.HeaderClassName
{
color: #838F91;
}
.AnyTagClassName
{
color: #838F91;
}
</style>
background-color css
<style>
a { background-color: #838F91; }
a { background-color: rgb(131,143,145); }
div.DivClassName
{
background-color: #838F91;
}
.BgClassName
{
background-color: #838F91;
}
</style>
border-color css
<style>
span { border-color: #838F91; }
span { border-color: rgb(131,143,145); }
td.TdClassName
{
border-color: #838F91;
}
.TagClassName
{
border-color: #838F91;
}
</style>