#8F8584

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

Shades of Suva Grey #8F8584

Tints of Suva Grey #8F8584

Color information

#8F8584 (or 0x8F8584) is unknown color: approx Suva Grey. HEX triplet: 8F, 85 and 84. RGB value is (143,133,132). Sum of RGB (Red+Green+Blue) = 143+133+132=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8584 is #707A7B. Grayscale: #878787. Windows color (decimal): -7371388 or 8684943. OLE color: 8684943.

HSL color Cylindrical-coordinate representation of color #8F8584: 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 #8F8584 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB143133132-
CMYK00.070.080.44
HSL5.45º4.68%53.92%-
HSV(B)5.45º7.69%56.08%-
XYZ23.8824.2825.26-
YUV135.88125.81133.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.05%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=35.05%
G=32.60%
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
Decimal14313313200.070.080.445.454.6853.92
Hex8F85840782C5536
Octal2172052040710545566
Binary10001111100001011000010001111000101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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