#938884

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

Shades of Suva Grey #938884

Tints of Suva Grey #938884

Color information

#938884 (or 0x938884) is unknown color: approx Suva Grey. HEX triplet: 93, 88 and 84. RGB value is (147,136,132). Sum of RGB (Red+Green+Blue) = 147+136+132=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 147 - color contains mainly: red. Hex color #938884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938884 is #6C777B. Grayscale: #8A8A8A. Windows color (decimal): -7108476 or 8685715. OLE color: 8685715.

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

Color convert

RGB147136132-
CMYK00.070.100.42
HSL16º6.49%54.71%-
HSV(B)16º10.2%57.65%-
XYZ2525.4825.43-
YUV138.83124.14133.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.42%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=35.42%
G=32.77%
B=31.81%

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
Decimal14713613200.070.100.42166.4954.71
Hex93888407A2A10637
Octal22321020407125220667
Binary1001001110001000100001000111101010101010000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938884; }

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

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

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

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

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

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

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

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