Shades of Regent Grey #818A8B
Tints of Regent Grey #818A8B
RGB
CMYK
RGB Variations
Color information
#818A8B (or 0x818A8B) is known color: Regent Grey. HEX triplet: 81, 8A and 8B. RGB value is (129,138,139). Sum of RGB (Red+Green+Blue) = 129+138+139=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 139 - color contains mainly: blue. Hex color #818A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A8B is #7E7574. Grayscale: #878787. Windows color (decimal): -8287605 or 9144961. OLE color: 9144961.
HSL color Cylindrical-coordinate representation of color #818A8B: hue angle of 186º 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 #818A8B is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 138 | 139 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.45 |
| HSL | 186º | 0.04% | 0.53% | - |
| HSV(B) | 186º | 0.07% | 0.55% | - |
| XYZ | 22.8 | 24.71 | 27.99 | - |
| YUV | 135.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 139 | 0.07 | 0.01 | 0 | 0.45 | 186 | 0.04 | 0.53 |
| Hex | 81 | 8A | 8B | 7 | 1 | 0 | 2D | BA | 4 | 35 |
| Octal | 201 | 212 | 213 | 7 | 1 | 0 | 55 | 272 | 4 | 65 |
| Binary | 10000001 | 10001010 | 10001011 | 111 | 1 | 0 | 101101 | 10111010 | 100 | 110101 |
Color Harmonies of #818A8B
Complementary color
Monochromatic Colors of #818A8B
Black with #818A8B
Text Example
Text Example
White with #818A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A8B; }
p { color: rgb(129,138,139); }
H1.HeaderClassName
{
color: #818A8B;
}
.AnyTagClassName
{
color: #818A8B;
}
</style>
background-color css
<style>
a { background-color: #818A8B; }
a { background-color: rgb(129,138,139); }
div.DivClassName
{
background-color: #818A8B;
}
.BgClassName
{
background-color: #818A8B;
}
</style>
border-color css
<style>
span { border-color: #818A8B; }
span { border-color: rgb(129,138,139); }
td.TdClassName
{
border-color: #818A8B;
}
.TagClassName
{
border-color: #818A8B;
}
</style>