#8E8483

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

Shades of Suva Grey #8E8483

Tints of Suva Grey #8E8483

Color information

#8E8483 (or 0x8E8483) is unknown color: approx Suva Grey. HEX triplet: 8E, 84 and 83. RGB value is (142,132,131). Sum of RGB (Red+Green+Blue) = 142+132+131=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8483 is #717B7C. Grayscale: #868686. Windows color (decimal): -7437181 or 8619150. OLE color: 8619150.

HSL color Cylindrical-coordinate representation of color #8E8483: hue angle of 5.45º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E8483 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB142132131-
CMYK00.070.080.44
HSL5.45º4.64%53.53%-
HSV(B)5.45º7.75%55.69%-
XYZ23.523.8924.85-
YUV134.88125.81133.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.06%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 131 (51.56% from 255) = 32.35%
R=35.06%
G=32.59%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213213100.070.080.445.454.6453.53
Hex8E84830782C5536
Octal2162042030710545566
Binary10001110100001001000001101111000101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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