#938985

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

Shades of Suva Grey #938985

Tints of Suva Grey #938985

Color information

#938985 (or 0x938985) is unknown color: approx Suva Grey. HEX triplet: 93, 89 and 85. RGB value is (147,137,133). Sum of RGB (Red+Green+Blue) = 147+137+133=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #938985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938985 is #6C767A. Grayscale: #8B8B8B. Windows color (decimal): -7108219 or 8751507. OLE color: 8751507.

HSL color Cylindrical-coordinate representation of color #938985: hue angle of 17.14º 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 #938985 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147137133-
CMYK00.070.100.42
HSL17.14º6.09%54.9%-
HSV(B)17.14º9.52%57.65%-
XYZ25.2125.7925.84-
YUV139.53124.31133.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=35.25%
G=32.85%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713713300.070.100.4217.146.0954.9
Hex93898507A2A11637
Octal22321120507125221667
Binary1001001110001001100001010111101010101010001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938985; }

 p { color: rgb(147,137,133); }

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

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

 a { background-color: rgb(147,137,133); }

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

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

 span { border-color: rgb(147,137,133); }

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