#838995

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

Shades of Light Slate Grey #838995

Tints of Light Slate Grey #838995

Color information

#838995 (or 0x838995) is unknown color: approx Light Slate Grey. HEX triplet: 83, 89 and 95. RGB value is (131,137,149). Sum of RGB (Red+Green+Blue) = 131+137+149=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #838995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838995 is #7C766A. Grayscale: #888888. Windows color (decimal): -8156779 or 9800067. OLE color: 9800067.

HSL color Cylindrical-coordinate representation of color #838995: hue angle of 220º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838995 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131137149-
CMYK0.120.0800.42
HSL220º7.83%54.9%-
HSV(B)220º12.08%58.43%-
XYZ23.7324.8931.99-
YUV136.57135.01124.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=31.41%
G=32.85%
B=35.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311371490.120.0800.422207.8354.9
Hex838995C802Adc837
Octal20321122514100523341067
Binary100000111000100110010101110010000101010110111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838995; }

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

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

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

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

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

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

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

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