Html Css Color HEX #748393 Slate Grey

📋 copy color: '#748393'

red 116 ◦ green 131 ◦ blue 147

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

Shades of Slate Grey #748393

Tints of Slate Grey #748393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 29.44%
G = 33.25%
B = 37.31%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#748393 (or 0x748393) is known color: Slate Grey. HEX triplet: 74, 83 and 93. RGB value is (116,131,147). Sum of RGB (Red+Green+Blue) = 116+131+147=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 147 - color contains mainly: blue. Hex color #748393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748393 is #8B7C6C. Grayscale: #808080. Windows color (decimal): -9141357 or 9667444. OLE color: 9667444.

HSL color Cylindrical-coordinate representation of color #748393: hue angle of 210.97º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748393 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 131 147 -
CMYK 0.21 0.11 0 0.42
HSL 210.97º 0.13% 0.52% -
HSV(B) 210.97º 0.21% 0.58% -
XYZ 20.59 22.05 30.78 -
YUV 128.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 116 131 147 0.21 0.11 0 0.42 210.97 0.13 0.52
Hex 74 83 93 15 B 0 2A D3 D 34
Octal 164 203 223 25 13 0 52 323 15 64
Binary 1110100 10000011 10010011 10101 1011 0 101010 11010011 1101 110100

Color Harmonies of #748393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748393

Black with #748393

Text Example


Text Example

White with #748393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748393; }

 p { color: rgb(116,131,147); }

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

background-color css

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

 a { background-color: rgb(116,131,147); }

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

border-color css

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

 span { border-color: rgb(116,131,147); }

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