#838196

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

Shades of Grey Suit #838196

Tints of Grey Suit #838196

Color information

#838196 (or 0x838196) is unknown color: approx Grey Suit. HEX triplet: 83, 81 and 96. RGB value is (131,129,150). Sum of RGB (Red+Green+Blue) = 131+129+150=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 150 - color contains mainly: blue. Hex color #838196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838196 is #7C7E69. Grayscale: #838383. Windows color (decimal): -8158826 or 9863555. OLE color: 9863555.

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

Color convert

RGB131129150-
CMYK0.130.1400.41
HSL245.71º9.09%54.71%-
HSV(B)245.71º14%58.82%-
XYZ22.7222.7332.04-
YUV131.99138.16127.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=31.95%
G=31.46%
B=36.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311291500.130.1400.41245.719.0954.71
Hex838196DE029f6937
Octal20320122615160513661167
Binary100000111000000110010110110111100101001111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838196; }

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

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

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

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

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

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

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

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