#738096

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

Shades of Slate Grey #738096

Tints of Slate Grey #738096

Color information

#738096 (or 0x738096) is unknown color: approx Slate Grey. HEX triplet: 73, 80 and 96. RGB value is (115,128,150). Sum of RGB (Red+Green+Blue) = 115+128+150=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #738096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738096 is #8C7F69. Grayscale: #7E7E7E. Windows color (decimal): -9207658 or 9863283. OLE color: 9863283.

HSL color Cylindrical-coordinate representation of color #738096: hue angle of 217.71º 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 #738096 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB115128150-
CMYK0.230.1500.41
HSL217.71º14.29%51.96%-
HSV(B)217.71º23.33%58.82%-
XYZ20.2921.2931.89-
YUV126.62141.19119.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 150 (58.98% from 255) = 38.17%
R=29.26%
G=32.57%
B=38.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151281500.230.1500.41217.7114.2951.96
Hex73809617F029dae34
Octal16320022627170513321664
Binary111001110000000100101101011111110101001110110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738096; }

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

 H1.HeaderClassName
 {
   color: #738096;
 }
 .AnyTagClassName
 {
   color: #738096;
 }
</style>
background-color css

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

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

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

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

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

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