#808A8C

Color #808A8C Regent Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent Grey #808A8C

Tints of Regent Grey #808A8C

Color information

#808A8C (or 0x808A8C) is unknown color: approx 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

RGB128138140-
CMYK0.090.0100.45
HSL190º4.96%52.55%-
HSV(B)190º8.57%54.9%-
XYZ22.7224.6628.37-
YUV135.24130.69122.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 140 (55.08% from 255) = 34.48%
R=31.53%
G=33.99%
B=34.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281381400.090.0100.451904.9652.55
Hex808A8C9102Dbe535
Octal200212214111055276565
Binary10000000100010101000110010011010110110111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>