#938380

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

Shades of Suva Grey #938380

Tints of Suva Grey #938380

Color information

#938380 (or 0x938380) is unknown color: approx Suva Grey. HEX triplet: 93, 83 and 80. RGB value is (147,131,128). Sum of RGB (Red+Green+Blue) = 147+131+128=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #938380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938380 is #6C7C7F. Grayscale: #878787. Windows color (decimal): -7109760 or 8422291. OLE color: 8422291.

HSL color Cylindrical-coordinate representation of color #938380: hue angle of 9.47º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #938380 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB147131128-
CMYK00.110.130.42
HSL9.47º8.09%53.92%-
HSV(B)9.47º12.93%57.65%-
XYZ24.0523.9923.79-
YUV135.44123.8136.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=36.21%
G=32.27%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713112800.110.130.429.478.0953.92
Hex9383800BD2A9836
Octal2232032000131552111066
Binary10010011100000111000000001011110110101010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938380; }

 p { color: rgb(147,131,128); }

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

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

 a { background-color: rgb(147,131,128); }

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

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

 span { border-color: rgb(147,131,128); }

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