#838E9F

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

Shades of Light Slate Grey #838E9F

Tints of Light Slate Grey #838E9F

Color information

#838E9F (or 0x838E9F) is unknown color: approx Light Slate Grey. HEX triplet: 83, 8E and 9F. RGB value is (131,142,159). Sum of RGB (Red+Green+Blue) = 131+142+159=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #838E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E9F is #7C7160. Grayscale: #8C8C8C. Windows color (decimal): -8155489 or 10456707. OLE color: 10456707.

HSL color Cylindrical-coordinate representation of color #838E9F: hue angle of 216.43º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #838E9F is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131142159-
CMYK0.180.1100.38
HSL216.43º12.73%56.86%-
HSV(B)216.43º17.61%62.35%-
XYZ25.2926.6736.62-
YUV140.65138.36121.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.32%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=30.32%
G=32.87%
B=36.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311421590.180.1100.38216.4312.7356.86
Hex838E9F12B026d8d39
Octal20321623722130463301571
Binary1000001110001110100111111001010110100110110110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,142,159); }

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

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

 a { background-color: rgb(131,142,159); }

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

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

 span { border-color: rgb(131,142,159); }

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