#938B88

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

Shades of Suva Grey #938B88

Tints of Suva Grey #938B88

Color information

#938B88 (or 0x938B88) is unknown color: approx Suva Grey. HEX triplet: 93, 8B and 88. RGB value is (147,139,136). Sum of RGB (Red+Green+Blue) = 147+139+136=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #938B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938B88 is #6C7477. Grayscale: #8D8D8D. Windows color (decimal): -7107704 or 8948627. OLE color: 8948627.

HSL color Cylindrical-coordinate representation of color #938B88: hue angle of 16.36º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #938B88 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB147139136-
CMYK00.050.070.42
HSL16.36º4.85%55.49%-
HSV(B)16.36º7.48%57.65%-
XYZ25.7126.4527.04-
YUV141.05125.15132.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=34.83%
G=32.94%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713913600.050.070.4216.364.8555.49
Hex938B880572A10537
Octal2232132100575220567
Binary100100111000101110001000010111110101010000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938B88; }

 p { color: rgb(147,139,136); }

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

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

 a { background-color: rgb(147,139,136); }

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

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

 span { border-color: rgb(147,139,136); }

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