Html Css Color HEX #747D90 Slate Grey

📋 copy color: '#747D90'

red 116 ◦ green 125 ◦ blue 144

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

Shades of Slate Grey #747D90

Tints of Slate Grey #747D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

 BLUE value IS 144 (56.64% from 255) = 37.4%

R = 30.13%
G = 32.47%
B = 37.4%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#747D90 (or 0x747D90) is known color: Slate Grey. HEX triplet: 74, 7D and 90. RGB value is (116,125,144). Sum of RGB (Red+Green+Blue) = 116+125+144=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #747D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747D90 is #8B826F. Grayscale: #7C7C7C. Windows color (decimal): -9142896 or 9469300. OLE color: 9469300.

HSL color Cylindrical-coordinate representation of color #747D90: hue angle of 220.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #747D90 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 125 144 -
CMYK 0.19 0.13 0 0.44
HSL 220.71º 0.11% 0.51% -
HSV(B) 220.71º 0.19% 0.56% -
XYZ 19.57 20.39 29.29 -
YUV 124.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 116 125 144 0.19 0.13 0 0.44 220.71 0.11 0.51
Hex 74 7D 90 13 D 0 2C DD B 33
Octal 164 175 220 23 15 0 54 335 13 63
Binary 1110100 1111101 10010000 10011 1101 0 101100 11011101 1011 110011

Color Harmonies of #747D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D90

Black with #747D90

Text Example


Text Example

White with #747D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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