Shades of Regent Grey #808889
Tints of Regent Grey #808889
RGB
CMYK
RGB Variations
Color information
#808889 (or 0x808889) is known color: Regent Grey. HEX triplet: 80, 88 and 89. RGB value is (128,136,137). Sum of RGB (Red+Green+Blue) = 128+136+137=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 137 - color contains mainly: blue. Hex color #808889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808889 is #7F7776. Grayscale: #858585. Windows color (decimal): -8353655 or 9013376. OLE color: 9013376.
HSL color Cylindrical-coordinate representation of color #808889: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #808889 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
RGB | 128 | 136 | 137 | - |
CMYK | 0.07 | 0.01 | 0 | 0.46 |
HSL | 186.67º | 0.04% | 0.52% | - |
HSV(B) | 186.67º | 0.07% | 0.54% | - |
XYZ | 22.22 | 24 | 27.13 | - |
YUV | 133.72 | 129.85 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 136 | 137 | 0.07 | 0.01 | 0 | 0.46 | 186.67 | 0.04 | 0.52 |
Hex | 80 | 88 | 89 | 7 | 1 | 0 | 2E | BB | 4 | 34 |
Octal | 200 | 210 | 211 | 7 | 1 | 0 | 56 | 273 | 4 | 64 |
Binary | 10000000 | 10001000 | 10001001 | 111 | 1 | 0 | 101110 | 10111011 | 100 | 110100 |
Color Harmonies of #808889
Complementary color
Monochromatic Colors of #808889
Black with #808889
Text Example
Text Example
White with #808889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808889; }
p { color: rgb(128,136,137); }
H1.HeaderClassName
{
color: #808889;
}
.AnyTagClassName
{
color: #808889;
}
</style>
background-color css
<style>
a { background-color: #808889; }
a { background-color: rgb(128,136,137); }
div.DivClassName
{
background-color: #808889;
}
.BgClassName
{
background-color: #808889;
}
</style>
border-color css
<style>
span { border-color: #808889; }
span { border-color: rgb(128,136,137); }
td.TdClassName
{
border-color: #808889;
}
.TagClassName
{
border-color: #808889;
}
</style>