Shades of Regent Grey #818C8F
Tints of Regent Grey #818C8F
RGB
CMYK
RGB Variations
Color information
#818C8F (or 0x818C8F) is known color: Regent Grey. HEX triplet: 81, 8C and 8F. RGB value is (129,140,143). Sum of RGB (Red+Green+Blue) = 129+140+143=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 143 - color contains mainly: blue. Hex color #818C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C8F is #7E7370. Grayscale: #898989. Windows color (decimal): -8287089 or 9407617. OLE color: 9407617.
HSL color Cylindrical-coordinate representation of color #818C8F: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #818C8F is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 140 | 143 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.44 |
| HSL | 192.86º | 0.06% | 0.53% | - |
| HSV(B) | 192.86º | 0.1% | 0.56% | - |
| XYZ | 23.39 | 25.41 | 29.66 | - |
| YUV | 137.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 143 | 0.10 | 0.02 | 0 | 0.44 | 192.86 | 0.06 | 0.53 |
| Hex | 81 | 8C | 8F | A | 2 | 0 | 2C | C1 | 6 | 35 |
| Octal | 201 | 214 | 217 | 12 | 2 | 0 | 54 | 301 | 6 | 65 |
| Binary | 10000001 | 10001100 | 10001111 | 1010 | 10 | 0 | 101100 | 11000001 | 110 | 110101 |
Color Harmonies of #818C8F
Complementary color
Monochromatic Colors of #818C8F
Black with #818C8F
Text Example
Text Example
White with #818C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818C8F; }
p { color: rgb(129,140,143); }
H1.HeaderClassName
{
color: #818C8F;
}
.AnyTagClassName
{
color: #818C8F;
}
</style>
background-color css
<style>
a { background-color: #818C8F; }
a { background-color: rgb(129,140,143); }
div.DivClassName
{
background-color: #818C8F;
}
.BgClassName
{
background-color: #818C8F;
}
</style>
border-color css
<style>
span { border-color: #818C8F; }
span { border-color: rgb(129,140,143); }
td.TdClassName
{
border-color: #818C8F;
}
.TagClassName
{
border-color: #818C8F;
}
</style>