#738196

Color #738196 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #738196

Tints of Slate Grey #738196

Color information

#738196 (or 0x738196) is unknown color: approx 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

RGB115129150-
CMYK0.230.1400.41
HSL216º14.29%51.96%-
HSV(B)216º23.33%58.82%-
XYZ20.4321.5531.94-
YUV127.21140.86119.29-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151291500.230.1400.4121614.2951.96
Hex73819617E029d8e34
Octal16320122627160513301664
Binary111001110000001100101101011111100101001110110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>