#848293

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

Shades of Grey Suit #848293

Tints of Grey Suit #848293

Color information

#848293 (or 0x848293) is unknown color: approx Grey Suit. HEX triplet: 84, 82 and 93. RGB value is (132,130,147). Sum of RGB (Red+Green+Blue) = 132+130+147=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #848293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848293 is #7B7D6C. Grayscale: #848484. Windows color (decimal): -8093037 or 9667204. OLE color: 9667204.

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

Color convert

RGB132130147-
CMYK0.100.1200.42
HSL247.06º7.3%54.31%-
HSV(B)247.06º11.56%57.65%-
XYZ22.7622.9830.84-
YUV132.54136.16127.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=32.27%
G=31.78%
B=35.94%

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
Decimal1321301470.100.1200.42247.067.354.31
Hex848293AC02Af7736
Octal2042022231214052367766
Binary10000100100000101001001110101100010101011110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848293; }

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

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

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

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

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

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

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

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