Shades of Regent Grey #808A8D
Tints of Regent Grey #808A8D
RGB
CMYK
RGB Variations
Color information
#808A8D (or 0x808A8D) is known color: Regent Grey. HEX triplet: 80, 8A and 8D. RGB value is (128,138,141). Sum of RGB (Red+Green+Blue) = 128+138+141=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 141 - color contains mainly: blue. Hex color #808A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A8D is #7F7572. Grayscale: #878787. Windows color (decimal): -8353139 or 9276032. OLE color: 9276032.
HSL color Cylindrical-coordinate representation of color #808A8D: hue angle of 193.85º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808A8D is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 138 | 141 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.45 |
| HSL | 193.85º | 0.05% | 0.53% | - |
| HSV(B) | 193.85º | 0.09% | 0.55% | - |
| XYZ | 22.8 | 24.69 | 28.76 | - |
| YUV | 135.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 141 | 0.09 | 0.02 | 0 | 0.45 | 193.85 | 0.05 | 0.53 |
| Hex | 80 | 8A | 8D | 9 | 2 | 0 | 2D | C2 | 5 | 35 |
| Octal | 200 | 212 | 215 | 11 | 2 | 0 | 55 | 302 | 5 | 65 |
| Binary | 10000000 | 10001010 | 10001101 | 1001 | 10 | 0 | 101101 | 11000010 | 101 | 110101 |
Color Harmonies of #808A8D
Complementary color
Monochromatic Colors of #808A8D
Black with #808A8D
Text Example
Text Example
White with #808A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A8D; }
p { color: rgb(128,138,141); }
H1.HeaderClassName
{
color: #808A8D;
}
.AnyTagClassName
{
color: #808A8D;
}
</style>
background-color css
<style>
a { background-color: #808A8D; }
a { background-color: rgb(128,138,141); }
div.DivClassName
{
background-color: #808A8D;
}
.BgClassName
{
background-color: #808A8D;
}
</style>
border-color css
<style>
span { border-color: #808A8D; }
span { border-color: rgb(128,138,141); }
td.TdClassName
{
border-color: #808A8D;
}
.TagClassName
{
border-color: #808A8D;
}
</style>