#8D8483

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

Shades of Suva Grey #8D8483

Tints of Suva Grey #8D8483

Color information

#8D8483 (or 0x8D8483) is unknown color: approx Suva Grey. HEX triplet: 8D, 84 and 83. RGB value is (141,132,131). Sum of RGB (Red+Green+Blue) = 141+132+131=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8483 is #727B7C. Grayscale: #868686. Windows color (decimal): -7502717 or 8619149. OLE color: 8619149.

HSL color Cylindrical-coordinate representation of color #8D8483: hue angle of 6º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D8483 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB141132131-
CMYK00.060.070.45
HSL4.2%53.33%-
HSV(B)7.09%55.29%-
XYZ23.3323.824.84-
YUV134.58125.98132.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=34.90%
G=32.67%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113213100.060.070.4564.253.33
Hex8D84830672D6435
Octal215204203067556465
Binary1000110110000100100000110110111101101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,132,131); }

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

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

 a { background-color: rgb(141,132,131); }

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

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

 span { border-color: rgb(141,132,131); }

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