Shades of Regent Grey #808A8B
Tints of Regent Grey #808A8B
RGB
CMYK
RGB Variations
Color information
#808A8B (or 0x808A8B) is known color: Regent Grey. HEX triplet: 80, 8A and 8B. RGB value is (128,138,139). Sum of RGB (Red+Green+Blue) = 128+138+139=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 139 - color contains mainly: blue. Hex color #808A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A8B is #7F7574. Grayscale: #878787. Windows color (decimal): -8353141 or 9144960. OLE color: 9144960.
HSL color Cylindrical-coordinate representation of color #808A8B: hue angle of 185.45º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #808A8B is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 138 | 139 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.45 |
| HSL | 185.45º | 0.05% | 0.52% | - |
| HSV(B) | 185.45º | 0.08% | 0.55% | - |
| XYZ | 22.65 | 24.63 | 27.99 | - |
| YUV | 135.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 139 | 0.08 | 0.01 | 0 | 0.45 | 185.45 | 0.05 | 0.52 |
| Hex | 80 | 8A | 8B | 8 | 1 | 0 | 2D | B9 | 5 | 34 |
| Octal | 200 | 212 | 213 | 10 | 1 | 0 | 55 | 271 | 5 | 64 |
| Binary | 10000000 | 10001010 | 10001011 | 1000 | 1 | 0 | 101101 | 10111001 | 101 | 110100 |
Color Harmonies of #808A8B
Complementary color
Monochromatic Colors of #808A8B
Black with #808A8B
Text Example
Text Example
White with #808A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A8B; }
p { color: rgb(128,138,139); }
H1.HeaderClassName
{
color: #808A8B;
}
.AnyTagClassName
{
color: #808A8B;
}
</style>
background-color css
<style>
a { background-color: #808A8B; }
a { background-color: rgb(128,138,139); }
div.DivClassName
{
background-color: #808A8B;
}
.BgClassName
{
background-color: #808A8B;
}
</style>
border-color css
<style>
span { border-color: #808A8B; }
span { border-color: rgb(128,138,139); }
td.TdClassName
{
border-color: #808A8B;
}
.TagClassName
{
border-color: #808A8B;
}
</style>