Shades of Regent Grey #818F93
Tints of Regent Grey #818F93
RGB
CMYK
RGB Variations
Color information
#818F93 (or 0x818F93) is known color: Regent Grey. HEX triplet: 81, 8F and 93. RGB value is (129,143,147). Sum of RGB (Red+Green+Blue) = 129+143+147=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #818F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F93 is #7E706C. Grayscale: #8B8B8B. Windows color (decimal): -8286317 or 9670529. OLE color: 9670529.
HSL color Cylindrical-coordinate representation of color #818F93: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818F93 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 143 | 147 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.42 |
| HSL | 193.33º | 0.08% | 0.54% | - |
| HSV(B) | 193.33º | 0.12% | 0.58% | - |
| XYZ | 24.14 | 26.42 | 31.43 | - |
| YUV | 139.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 147 | 0.12 | 0.03 | 0 | 0.42 | 193.33 | 0.08 | 0.54 |
| Hex | 81 | 8F | 93 | C | 3 | 0 | 2A | C1 | 8 | 36 |
| Octal | 201 | 217 | 223 | 14 | 3 | 0 | 52 | 301 | 10 | 66 |
| Binary | 10000001 | 10001111 | 10010011 | 1100 | 11 | 0 | 101010 | 11000001 | 1000 | 110110 |
Color Harmonies of #818F93
Complementary color
Monochromatic Colors of #818F93
Black with #818F93
Text Example
Text Example
White with #818F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818F93; }
p { color: rgb(129,143,147); }
H1.HeaderClassName
{
color: #818F93;
}
.AnyTagClassName
{
color: #818F93;
}
</style>
background-color css
<style>
a { background-color: #818F93; }
a { background-color: rgb(129,143,147); }
div.DivClassName
{
background-color: #818F93;
}
.BgClassName
{
background-color: #818F93;
}
</style>
border-color css
<style>
span { border-color: #818F93; }
span { border-color: rgb(129,143,147); }
td.TdClassName
{
border-color: #818F93;
}
.TagClassName
{
border-color: #818F93;
}
</style>