#747F8B

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

Shades of Slate Grey #747F8B

Tints of Slate Grey #747F8B

Color information

#747F8B (or 0x747F8B) is unknown color: approx Slate Grey. HEX triplet: 74, 7F and 8B. RGB value is (116,127,139). Sum of RGB (Red+Green+Blue) = 116+127+139=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #747F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F8B is #8B8074. Grayscale: #7D7D7D. Windows color (decimal): -9142389 or 9142132. OLE color: 9142132.

HSL color Cylindrical-coordinate representation of color #747F8B: hue angle of 211.3º 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 #747F8B is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116127139-
CMYK0.170.0900.45
HSL211.3º9.02%50%-
HSV(B)211.3º16.55%54.51%-
XYZ19.4520.7627.41-
YUV125.08135.86121.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=30.37%
G=33.25%
B=36.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161271390.170.0900.45211.39.0250
Hex747F8B11902Dd3932
Octal16417721321110553231162
Binary11101001111111100010111000110010101101110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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