Html Css Color HEX #738196 Slate Grey

📋 copy color: '#738196'

red 115 ◦ green 129 ◦ blue 150

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

Shades of Slate Grey #738196

Tints of Slate Grey #738196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 29.19%
G = 32.74%
B = 38.07%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#738196 (or 0x738196) is known color: Slate Grey. HEX triplet: 73, 81 and 96. RGB value is (115,129,150). Sum of RGB (Red+Green+Blue) = 115+129+150=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #738196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738196 is #8C7E69. Grayscale: #7F7F7F. Windows color (decimal): -9207402 or 9863539. OLE color: 9863539.

HSL color Cylindrical-coordinate representation of color #738196: hue angle of 216º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738196 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 129 150 -
CMYK 0.23 0.14 0 0.41
HSL 216º 0.14% 0.52% -
HSV(B) 216º 0.23% 0.59% -
XYZ 20.43 21.55 31.94 -
YUV 127.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 115 129 150 0.23 0.14 0 0.41 216 0.14 0.52
Hex 73 81 96 17 E 0 29 D8 E 34
Octal 163 201 226 27 16 0 51 330 16 64
Binary 1110011 10000001 10010110 10111 1110 0 101001 11011000 1110 110100

Color Harmonies of #738196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738196

Black with #738196

Text Example


Text Example

White with #738196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738196; }

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

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

background-color css

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

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

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

border-color css

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

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

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