#747D92

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

Shades of Slate Grey #747D92

Tints of Slate Grey #747D92

Color information

#747D92 (or 0x747D92) is unknown color: approx Slate Grey. HEX triplet: 74, 7D and 92. RGB value is (116,125,146). Sum of RGB (Red+Green+Blue) = 116+125+146=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #747D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747D92 is #8B826D. Grayscale: #7C7C7C. Windows color (decimal): -9142894 or 9600372. OLE color: 9600372.

HSL color Cylindrical-coordinate representation of color #747D92: hue angle of 222º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #747D92 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB116125146-
CMYK0.210.1400.43
HSL222º12.1%51.37%-
HSV(B)222º20.55%57.25%-
XYZ19.7220.4630.1-
YUV124.7140.02121.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=29.97%
G=32.30%
B=37.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161251460.210.1400.4322212.151.37
Hex747D9215E02Bdec33
Octal16417522225160533361463
Binary11101001111101100100101010111100101011110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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