Shades of Regent Grey #808A8C
Tints of Regent Grey #808A8C
RGB
CMYK
RGB Variations
Color information
#808A8C (or 0x808A8C) is known color: Regent Grey. HEX triplet: 80, 8A and 8C. RGB value is (128,138,140). Sum of RGB (Red+Green+Blue) = 128+138+140=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 140 - color contains mainly: blue. Hex color #808A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A8C is #7F7573. Grayscale: #878787. Windows color (decimal): -8353140 or 9210496. OLE color: 9210496.
HSL color Cylindrical-coordinate representation of color #808A8C: hue angle of 190º 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 #808A8C is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 128 | 138 | 140 | - |
CMYK | 0.09 | 0.01 | 0 | 0.45 |
HSL | 190º | 0.05% | 0.53% | - |
HSV(B) | 190º | 0.09% | 0.55% | - |
XYZ | 22.72 | 24.66 | 28.37 | - |
YUV | 135.24 | 130.69 | 122.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 138 | 140 | 0.09 | 0.01 | 0 | 0.45 | 190 | 0.05 | 0.53 |
Hex | 80 | 8A | 8C | 9 | 1 | 0 | 2D | BE | 5 | 35 |
Octal | 200 | 212 | 214 | 11 | 1 | 0 | 55 | 276 | 5 | 65 |
Binary | 10000000 | 10001010 | 10001100 | 1001 | 1 | 0 | 101101 | 10111110 | 101 | 110101 |
Color Harmonies of #808A8C
Complementary color
Monochromatic Colors of #808A8C
Black with #808A8C
Text Example
Text Example
White with #808A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A8C; }
p { color: rgb(128,138,140); }
H1.HeaderClassName
{
color: #808A8C;
}
.AnyTagClassName
{
color: #808A8C;
}
</style>
background-color css
<style>
a { background-color: #808A8C; }
a { background-color: rgb(128,138,140); }
div.DivClassName
{
background-color: #808A8C;
}
.BgClassName
{
background-color: #808A8C;
}
</style>
border-color css
<style>
span { border-color: #808A8C; }
span { border-color: rgb(128,138,140); }
td.TdClassName
{
border-color: #808A8C;
}
.TagClassName
{
border-color: #808A8C;
}
</style>