#848395

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

Shades of Grey Suit #848395

Tints of Grey Suit #848395

Color information

#848395 (or 0x848395) is unknown color: approx Grey Suit. HEX triplet: 84, 83 and 95. RGB value is (132,131,149). Sum of RGB (Red+Green+Blue) = 132+131+149=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #848395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848395 is #7B7C6A. Grayscale: #858585. Windows color (decimal): -8092779 or 9798532. OLE color: 9798532.

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

Color convert

RGB132131149-
CMYK0.110.1200.42
HSL243.33º7.83%54.9%-
HSV(B)243.33º12.08%58.43%-
XYZ23.0623.3131.72-
YUV133.35136.83127.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=32.04%
G=31.80%
B=36.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321311490.110.1200.42243.337.8354.9
Hex848395BC02Af3837
Octal20420322513140523631067
Binary100001001000001110010101101111000101010111100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848395; }

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

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

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

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

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

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

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

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