#838293

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

Shades of Grey Suit #838293

Tints of Grey Suit #838293

Color information

#838293 (or 0x838293) is unknown color: approx Grey Suit. HEX triplet: 83, 82 and 93. RGB value is (131,130,147). Sum of RGB (Red+Green+Blue) = 131+130+147=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 130 (51.17% from 255 or 31.86% 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 #838293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838293 is #7C7D6C. Grayscale: #848484. Windows color (decimal): -8158573 or 9667203. OLE color: 9667203.

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

Color convert

RGB131130147-
CMYK0.110.1200.42
HSL243.53º7.3%54.31%-
HSV(B)243.53º11.56%57.65%-
XYZ22.6122.930.83-
YUV132.24136.33127.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=32.11%
G=31.86%
B=36.03%

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
Decimal1311301470.110.1200.42243.537.354.31
Hex838293BC02Af4736
Octal2032022231314052364766
Binary10000011100000101001001110111100010101011110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838293; }

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

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

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

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

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

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

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

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