#838A95

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

Shades of Light Slate Grey #838A95

Tints of Light Slate Grey #838A95

Color information

#838A95 (or 0x838A95) is unknown color: approx Light Slate Grey. HEX triplet: 83, 8A and 95. RGB value is (131,138,149). Sum of RGB (Red+Green+Blue) = 131+138+149=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 149 - color contains mainly: blue. Hex color #838A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A95 is #7C756A. Grayscale: #898989. Windows color (decimal): -8156523 or 9800323. OLE color: 9800323.

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

Color convert

RGB131138149-
CMYK0.120.0700.42
HSL216.67º7.83%54.9%-
HSV(B)216.67º12.08%58.43%-
XYZ23.8725.1732.03-
YUV137.16134.68123.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.34%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=31.34%
G=33.01%
B=35.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311381490.120.0700.42216.677.8354.9
Hex838A95C702Ad9837
Octal2032122251470523311067
Binary10000011100010101001010111001110101010110110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838A95; }

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

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

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

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

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

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

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

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