#838290

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

Shades of Grey Suit #838290

Tints of Grey Suit #838290

Color information

#838290 (or 0x838290) is unknown color: approx Grey Suit. HEX triplet: 83, 82 and 90. RGB value is (131,130,144). Sum of RGB (Red+Green+Blue) = 131+130+144=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 144 - color contains mainly: blue. Hex color #838290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838290 is #7C7D6F. Grayscale: #838383. Windows color (decimal): -8158576 or 9470595. OLE color: 9470595.

HSL color Cylindrical-coordinate representation of color #838290: hue angle of 244.29º 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 #838290 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131130144-
CMYK0.090.1000.44
HSL244.29º5.93%53.73%-
HSV(B)244.29º9.72%56.47%-
XYZ22.3822.829.61-
YUV131.9134.83127.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=32.35%
G=32.10%
B=35.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311301440.090.1000.44244.295.9353.73
Hex8382909A02Cf4636
Octal2032022201112054364666
Binary10000011100000101001000010011010010110011110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838290; }

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

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

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

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

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

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

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

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