#838A93

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

Shades of Light Slate Grey #838A93

Tints of Light Slate Grey #838A93

Color information

#838A93 (or 0x838A93) is unknown color: approx Light Slate Grey. HEX triplet: 83, 8A and 93. RGB value is (131,138,147). Sum of RGB (Red+Green+Blue) = 131+138+147=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 147 - color contains mainly: blue. Hex color #838A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A93 is #7C756C. Grayscale: #888888. Windows color (decimal): -8156525 or 9669251. OLE color: 9669251.

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

Color convert

RGB131138147-
CMYK0.110.0600.42
HSL213.75º6.9%54.51%-
HSV(B)213.75º10.88%57.65%-
XYZ23.7225.1131.2-
YUV136.93133.68123.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=31.49%
G=33.17%
B=35.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311381470.110.0600.42213.756.954.51
Hex838A93B602Ad6737
Octal203212223136052326767
Binary1000001110001010100100111011110010101011010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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