#938988

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

Shades of Suva Grey #938988

Tints of Suva Grey #938988

Color information

#938988 (or 0x938988) is unknown color: approx Suva Grey. HEX triplet: 93, 89 and 88. RGB value is (147,137,136). Sum of RGB (Red+Green+Blue) = 147+137+136=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #938988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938988 is #6C7677. Grayscale: #8B8B8B. Windows color (decimal): -7108216 or 8948115. OLE color: 8948115.

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

Color convert

RGB147137136-
CMYK00.070.070.42
HSL5.45º4.85%55.49%-
HSV(B)5.45º7.48%57.65%-
XYZ25.4225.8726.95-
YUV139.88125.81133.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=35%
G=32.62%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713713600.070.070.425.454.8555.49
Hex9389880772A5537
Octal223211210077525567
Binary1001001110001001100010000111111101010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938988; }

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

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

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

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

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

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

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

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