#848290

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

Shades of Grey Suit #848290

Tints of Grey Suit #848290

Color information

#848290 (or 0x848290) is unknown color: approx Grey Suit. HEX triplet: 84, 82 and 90. RGB value is (132,130,144). Sum of RGB (Red+Green+Blue) = 132+130+144=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 144 - color contains mainly: blue. Hex color #848290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848290 is #7B7D6F. Grayscale: #848484. Windows color (decimal): -8093040 or 9470596. OLE color: 9470596.

HSL color Cylindrical-coordinate representation of color #848290: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848290 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132130144-
CMYK0.080.1000.44
HSL248.57º5.93%53.73%-
HSV(B)248.57º9.72%56.47%-
XYZ22.5322.8829.62-
YUV132.19134.66127.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=32.51%
G=32.02%
B=35.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321301440.080.1000.44248.575.9353.73
Hex8482908A02Cf9636
Octal2042022201012054371666
Binary10000100100000101001000010001010010110011111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848290; }

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

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

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

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

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

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

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

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