#7E838B

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

Shades of Slate Grey #7E838B

Tints of Slate Grey #7E838B

Color information

#7E838B (or 0x7E838B) is unknown color: approx Slate Grey. HEX triplet: 7E, 83 and 8B. RGB value is (126,131,139). Sum of RGB (Red+Green+Blue) = 126+131+139=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E838B is #817C74. Grayscale: #828282. Windows color (decimal): -8486005 or 9143166. OLE color: 9143166.

HSL color Cylindrical-coordinate representation of color #7E838B: hue angle of 216.92º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7E838B is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB126131139-
CMYK0.090.0600.45
HSL216.92º5.31%51.96%-
HSV(B)216.92º9.35%54.51%-
XYZ21.3822.5327.65-
YUV130.42132.84124.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.82%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=31.82%
G=33.08%
B=35.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261311390.090.0600.45216.925.3151.96
Hex7E838B9602Dd9534
Octal176203213116055331564
Binary111111010000011100010111001110010110111011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E838B; }

 p { color: rgb(126,131,139); }

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

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

 a { background-color: rgb(126,131,139); }

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

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

 span { border-color: rgb(126,131,139); }

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