#738595

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

Shades of Light Slate Grey #738595

Tints of Light Slate Grey #738595

Color information

#738595 (or 0x738595) is unknown color: approx Light Slate Grey. HEX triplet: 73, 85 and 95. RGB value is (115,133,149). Sum of RGB (Red+Green+Blue) = 115+133+149=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #738595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738595 is #8C7A6A. Grayscale: #818181. Windows color (decimal): -9206379 or 9799027. OLE color: 9799027.

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

Color convert

RGB115133149-
CMYK0.230.1100.42
HSL208.24º13.82%51.76%-
HSV(B)208.24º22.82%58.43%-
XYZ20.8822.5931.69-
YUV129.44139.04117.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=28.97%
G=33.50%
B=37.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151331490.230.1100.42208.2413.8251.76
Hex73859517B02Ad0e34
Octal16320522527130523201664
Binary111001110000101100101011011110110101010110100001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738595; }

 p { color: rgb(115,133,149); }

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

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

 a { background-color: rgb(115,133,149); }

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

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

 span { border-color: rgb(115,133,149); }

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