#838992

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

Shades of Light Slate Grey #838992

Tints of Light Slate Grey #838992

Color information

#838992 (or 0x838992) is unknown color: approx Light Slate Grey. HEX triplet: 83, 89 and 92. RGB value is (131,137,146). Sum of RGB (Red+Green+Blue) = 131+137+146=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 146 - color contains mainly: blue. Hex color #838992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838992 is #7C766D. Grayscale: #888888. Windows color (decimal): -8156782 or 9603459. OLE color: 9603459.

HSL color Cylindrical-coordinate representation of color #838992: hue angle of 216º 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 #838992 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB131137146-
CMYK0.100.0600.43
HSL216º6.44%54.31%-
HSV(B)216º10.27%57.25%-
XYZ23.4924.7930.74-
YUV136.23133.51124.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.64%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=31.64%
G=33.09%
B=35.27%

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
Decimal1311371460.100.0600.432166.4454.31
Hex838992A602Bd8636
Octal203211222126053330666
Binary1000001110001001100100101010110010101111011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838992; }

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

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

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

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

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

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

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

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