#838991

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

Shades of Light Slate Grey #838991

Tints of Light Slate Grey #838991

Color information

#838991 (or 0x838991) is unknown color: approx Light Slate Grey. HEX triplet: 83, 89 and 91. RGB value is (131,137,145). Sum of RGB (Red+Green+Blue) = 131+137+145=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 145 - color contains mainly: blue. Hex color #838991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838991 is #7C766E. Grayscale: #888888. Windows color (decimal): -8156783 or 9537923. OLE color: 9537923.

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

Color convert

RGB131137145-
CMYK0.100.0600.43
HSL214.29º5.98%54.12%-
HSV(B)214.29º9.66%56.86%-
XYZ23.4224.7630.33-
YUV136.12133.01124.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 145 (57.03% from 255) = 35.11%
R=31.72%
G=33.17%
B=35.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311371450.100.0600.43214.295.9854.12
Hex838991A602Bd6636
Octal203211221126053326666
Binary1000001110001001100100011010110010101111010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838991; }

 p { color: rgb(131,137,145); }

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

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

 a { background-color: rgb(131,137,145); }

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

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

 span { border-color: rgb(131,137,145); }

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