#8D8281

Color #8D8281 Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #8D8281

Tints of Suva Grey #8D8281

Color information

#8D8281 (or 0x8D8281) is unknown color: approx Suva Grey. HEX triplet: 8D, 82 and 81. RGB value is (141,130,129). Sum of RGB (Red+Green+Blue) = 141+130+129=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8281 is #727D7E. Grayscale: #858585. Windows color (decimal): -7503231 or 8487565. OLE color: 8487565.

HSL color Cylindrical-coordinate representation of color #8D8281: hue angle of 5º 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 #8D8281 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB141130129-
CMYK00.080.090.45
HSL5%52.94%-
HSV(B)8.51%55.29%-
XYZ22.9323.2124.04-
YUV133.17125.64133.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.25%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=35.25%
G=32.5%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113012900.080.090.455552.94
Hex8D82810892D5535
Octal21520220101011555565
Binary100011011000001010000001010001001101101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8281; }

 p { color: rgb(141,130,129); }

 H1.HeaderClassName
 {
   color: #8D8281;
 }
 .AnyTagClassName
 {
   color: #8D8281;
 }
</style>
background-color css

<style>
 a { background-color: #8D8281; }

 a { background-color: rgb(141,130,129); }

 div.DivClassName
 {
   background-color: #8D8281;
 }
 .BgClassName
 {
   background-color: #8D8281;
 }
</style>
border-color css

<style>
 span { border-color: #8D8281; }

 span { border-color: rgb(141,130,129); }

 td.TdClassName
 {
   border-color: #8D8281;
 }
 .TagClassName
 {
   border-color: #8D8281;
 }
</style>