Html Css Color HEX #738193 Slate Grey

📋 copy color: '#738193'

red 115 ◦ green 129 ◦ blue 147

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

Shades of Slate Grey #738193

Tints of Slate Grey #738193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

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

R = 29.41%
G = 32.99%
B = 37.6%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#738193 (or 0x738193) is known color: Slate Grey. HEX triplet: 73, 81 and 93. RGB value is (115,129,147). Sum of RGB (Red+Green+Blue) = 115+129+147=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #738193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738193 is #8C7E6C. Grayscale: #7E7E7E. Windows color (decimal): -9207405 or 9666931. OLE color: 9666931.

HSL color Cylindrical-coordinate representation of color #738193: hue angle of 213.75º 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 #738193 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 129 147 -
CMYK 0.22 0.12 0 0.42
HSL 213.75º 0.13% 0.51% -
HSV(B) 213.75º 0.22% 0.58% -
XYZ 20.19 21.45 30.68 -
YUV 126.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 115 129 147 0.22 0.12 0 0.42 213.75 0.13 0.51
Hex 73 81 93 16 C 0 2A D6 D 33
Octal 163 201 223 26 14 0 52 326 15 63
Binary 1110011 10000001 10010011 10110 1100 0 101010 11010110 1101 110011

Color Harmonies of #738193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738193

Black with #738193

Text Example


Text Example

White with #738193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738193; }

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

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

background-color css

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

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

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

border-color css

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

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

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