#747D8B

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

Shades of Slate Grey #747D8B

Tints of Slate Grey #747D8B

Color information

#747D8B (or 0x747D8B) is unknown color: approx Slate Grey. HEX triplet: 74, 7D and 8B. RGB value is (116,125,139). Sum of RGB (Red+Green+Blue) = 116+125+139=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 139 - color contains mainly: blue. Hex color #747D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747D8B is #8B8274. Grayscale: #7B7B7B. Windows color (decimal): -9142901 or 9141620. OLE color: 9141620.

HSL color Cylindrical-coordinate representation of color #747D8B: hue angle of 216.52º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #747D8B is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116125139-
CMYK0.170.1000.45
HSL216.52º9.02%50%-
HSV(B)216.52º16.55%54.51%-
XYZ19.220.2427.32-
YUV123.9136.52122.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.53%
GREEN value IS 125 (49.22% from 255) = 32.89%
BLUE value IS 139 (54.69% from 255) = 36.58%
R=30.53%
G=32.89%
B=36.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161251390.170.1000.45216.529.0250
Hex747D8B11A02Dd9932
Octal16417521321120553311162
Binary11101001111101100010111000110100101101110110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747D8B; }

 p { color: rgb(116,125,139); }

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

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

 a { background-color: rgb(116,125,139); }

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

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

 span { border-color: rgb(116,125,139); }

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