Html Css Color HEX #747F8D Slate Grey

📋 copy color: '#747F8D'

red 116 ◦ green 127 ◦ blue 141

#747F8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #747F8D

Tints of Slate Grey #747F8D

RGB

 RED value IS 116 (45.7% from 255) = 30.21%

 GREEN value IS 127 (50% from 255) = 33.07%

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 30.21%
G = 33.07%
B = 36.72%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#747F8D (or 0x747F8D) is known color: Slate Grey. HEX triplet: 74, 7F and 8D. RGB value is (116,127,141). Sum of RGB (Red+Green+Blue) = 116+127+141=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #747F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F8D is #8B8072. Grayscale: #7D7D7D. Windows color (decimal): -9142387 or 9273204. OLE color: 9273204.

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

Color convert

RGB 116 127 141 -
CMYK 0.18 0.10 0 0.45
HSL 213.6º 0.1% 0.5% -
HSV(B) 213.6º 0.18% 0.55% -
XYZ 19.6 20.81 28.18 -
YUV 125.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 116 127 141 0.18 0.10 0 0.45 213.6 0.1 0.5
Hex 74 7F 8D 12 A 0 2D D6 A 32
Octal 164 177 215 22 12 0 55 326 12 62
Binary 1110100 1111111 10001101 10010 1010 0 101101 11010110 1010 110010

Color Harmonies of #747F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F8D

Black with #747F8D

Text Example


Text Example

White with #747F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #747F8D;
 }
 .AnyTagClassName
 {
   color: #747F8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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