#938684

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

Shades of Suva Grey #938684

Tints of Suva Grey #938684

Color information

#938684 (or 0x938684) is unknown color: approx Suva Grey. HEX triplet: 93, 86 and 84. RGB value is (147,134,132). Sum of RGB (Red+Green+Blue) = 147+134+132=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #938684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938684 is #6C797B. Grayscale: #898989. Windows color (decimal): -7108988 or 8685203. OLE color: 8685203.

HSL color Cylindrical-coordinate representation of color #938684: hue angle of 8º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #938684 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147134132-
CMYK00.090.100.42
HSL6.49%54.71%-
HSV(B)10.2%57.65%-
XYZ24.7224.9225.34-
YUV137.66124.81134.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=35.59%
G=32.45%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713413200.090.100.4286.4954.71
Hex93868409A2A8637
Octal223206204011125210667
Binary1001001110000110100001000100110101010101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938684; }

 p { color: rgb(147,134,132); }

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

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

 a { background-color: rgb(147,134,132); }

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

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

 span { border-color: rgb(147,134,132); }

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