#848393

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

Shades of Grey Suit #848393

Tints of Grey Suit #848393

Color information

#848393 (or 0x848393) is unknown color: approx Grey Suit. HEX triplet: 84, 83 and 93. RGB value is (132,131,147). Sum of RGB (Red+Green+Blue) = 132+131+147=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #848393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848393 is #7B7C6C. Grayscale: #858585. Windows color (decimal): -8092781 or 9667460. OLE color: 9667460.

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

Color convert

RGB132131147-
CMYK0.100.1100.42
HSL243.75º6.9%54.51%-
HSV(B)243.75º10.88%57.65%-
XYZ22.923.2430.88-
YUV133.12135.83127.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.20%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=32.20%
G=31.95%
B=35.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321311470.100.1100.42243.756.954.51
Hex848393AB02Af4737
Octal2042032231213052364767
Binary10000100100000111001001110101011010101011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848393; }

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

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

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

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

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

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

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

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