#838197

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

Shades of Grey Suit #838197

Tints of Grey Suit #838197

Color information

#838197 (or 0x838197) is unknown color: approx Grey Suit. HEX triplet: 83, 81 and 97. RGB value is (131,129,151). Sum of RGB (Red+Green+Blue) = 131+129+151=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 151 - color contains mainly: blue. Hex color #838197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838197 is #7C7E68. Grayscale: #848484. Windows color (decimal): -8158825 or 9929091. OLE color: 9929091.

HSL color Cylindrical-coordinate representation of color #838197: hue angle of 245.45º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #838197 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB131129151-
CMYK0.130.1500.41
HSL245.45º9.57%54.9%-
HSV(B)245.45º14.57%59.22%-
XYZ22.822.7632.47-
YUV132.11138.66127.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 151 (59.38% from 255) = 36.74%
R=31.87%
G=31.39%
B=36.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311291510.130.1500.41245.459.5754.9
Hex838197DF029f5a37
Octal20320122715170513651267
Binary100000111000000110010111110111110101001111101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838197; }

 p { color: rgb(131,129,151); }

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

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

 a { background-color: rgb(131,129,151); }

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

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

 span { border-color: rgb(131,129,151); }

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