Html Css Color HEX #738393 Slate Grey

📋 copy color: '#738393'

red 115 ◦ green 131 ◦ blue 147

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

Shades of Slate Grey #738393

Tints of Slate Grey #738393

RGB

 RED value IS 115 (45.31% from 255) = 29.26%

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

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

R = 29.26%
G = 33.33%
B = 37.4%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#738393 (or 0x738393) is known color: Slate Grey. HEX triplet: 73, 83 and 93. RGB value is (115,131,147). Sum of RGB (Red+Green+Blue) = 115+131+147=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 147 - color contains mainly: blue. Hex color #738393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738393 is #8C7C6C. Grayscale: #7F7F7F. Windows color (decimal): -9206893 or 9667443. OLE color: 9667443.

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

Color convert

RGB 115 131 147 -
CMYK 0.22 0.11 0 0.42
HSL 210º 0.13% 0.51% -
HSV(B) 210º 0.22% 0.58% -
XYZ 20.45 21.98 30.77 -
YUV 128.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 115 131 147 0.22 0.11 0 0.42 210 0.13 0.51
Hex 73 83 93 16 B 0 2A D2 D 33
Octal 163 203 223 26 13 0 52 322 15 63
Binary 1110011 10000011 10010011 10110 1011 0 101010 11010010 1101 110011

Color Harmonies of #738393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738393

Black with #738393

Text Example


Text Example

White with #738393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738393; }

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

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

background-color css

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

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

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

border-color css

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

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

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