#8B8584

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

Shades of Suva Grey #8B8584

Tints of Suva Grey #8B8584

Color information

#8B8584 (or 0x8B8584) is unknown color: approx Suva Grey. HEX triplet: 8B, 85 and 84. RGB value is (139,133,132). Sum of RGB (Red+Green+Blue) = 139+133+132=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8584 is #747A7B. Grayscale: #868686. Windows color (decimal): -7633532 or 8684939. OLE color: 8684939.

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

Color convert

RGB139133132-
CMYK00.040.050.45
HSL8.57º2.93%53.14%-
HSV(B)8.57º5.04%54.51%-
XYZ23.223.9325.23-
YUV134.68126.49131.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.41%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=34.41%
G=32.92%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913313200.040.050.458.572.9353.14
Hex8B85840452D9335
Octal2132052040455511365
Binary1000101110000101100001000100101101101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,132); }

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

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

 a { background-color: rgb(139,133,132); }

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

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

 span { border-color: rgb(139,133,132); }

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