#848193

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

Shades of Grey Suit #848193

Tints of Grey Suit #848193

Color information

#848193 (or 0x848193) is unknown color: approx Grey Suit. HEX triplet: 84, 81 and 93. RGB value is (132,129,147). Sum of RGB (Red+Green+Blue) = 132+129+147=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #848193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848193 is #7B7E6C. Grayscale: #838383. Windows color (decimal): -8093293 or 9666948. OLE color: 9666948.

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

Color convert

RGB132129147-
CMYK0.100.1200.42
HSL250º7.69%54.12%-
HSV(B)250º12.24%57.65%-
XYZ22.6322.7130.79-
YUV131.95136.49128.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=32.35%
G=31.62%
B=36.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321291470.100.1200.422507.6954.12
Hex848193AC02Afa836
Octal20420122312140523721066
Binary100001001000000110010011101011000101010111110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848193; }

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

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

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

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

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

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

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

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