Shades of Regent Grey #848A8B
Tints of Regent Grey #848A8B
RGB
CMYK
RGB Variations
Color information
#848A8B (or 0x848A8B) is known color: Regent Grey. HEX triplet: 84, 8A and 8B. RGB value is (132,138,139). Sum of RGB (Red+Green+Blue) = 132+138+139=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 139 - color contains mainly: blue. Hex color #848A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848A8B is #7B7574. Grayscale: #888888. Windows color (decimal): -8090997 or 9144964. OLE color: 9144964.
HSL color Cylindrical-coordinate representation of color #848A8B: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #848A8B is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 138 | 139 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.45 |
| HSL | 188.57º | 0.03% | 0.53% | - |
| HSV(B) | 188.57º | 0.05% | 0.55% | - |
| XYZ | 23.26 | 24.95 | 28.02 | - |
| YUV | 136.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 139 | 0.05 | 0.01 | 0 | 0.45 | 188.57 | 0.03 | 0.53 |
| Hex | 84 | 8A | 8B | 5 | 1 | 0 | 2D | BD | 3 | 35 |
| Octal | 204 | 212 | 213 | 5 | 1 | 0 | 55 | 275 | 3 | 65 |
| Binary | 10000100 | 10001010 | 10001011 | 101 | 1 | 0 | 101101 | 10111101 | 11 | 110101 |
Color Harmonies of #848A8B
Complementary color
Monochromatic Colors of #848A8B
Black with #848A8B
Text Example
Text Example
White with #848A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848A8B; }
p { color: rgb(132,138,139); }
H1.HeaderClassName
{
color: #848A8B;
}
.AnyTagClassName
{
color: #848A8B;
}
</style>
background-color css
<style>
a { background-color: #848A8B; }
a { background-color: rgb(132,138,139); }
div.DivClassName
{
background-color: #848A8B;
}
.BgClassName
{
background-color: #848A8B;
}
</style>
border-color css
<style>
span { border-color: #848A8B; }
span { border-color: rgb(132,138,139); }
td.TdClassName
{
border-color: #848A8B;
}
.TagClassName
{
border-color: #848A8B;
}
</style>