#738295

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

Shades of Slate Grey #738295

Tints of Slate Grey #738295

Color information

#738295 (or 0x738295) is unknown color: approx Slate Grey. HEX triplet: 73, 82 and 95. RGB value is (115,130,149). Sum of RGB (Red+Green+Blue) = 115+130+149=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #738295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738295 is #8C7D6A. Grayscale: #7F7F7F. Windows color (decimal): -9207147 or 9798259. OLE color: 9798259.

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

Color convert

RGB115130149-
CMYK0.230.1300.42
HSL213.53º13.82%51.76%-
HSV(B)213.53º22.82%58.43%-
XYZ20.4821.7831.56-
YUV127.68140.03118.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=29.19%
G=32.99%
B=37.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151301490.230.1300.42213.5313.8251.76
Hex73829517D02Ad6e34
Octal16320222527150523261664
Binary111001110000010100101011011111010101010110101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738295; }

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

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

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

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

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

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

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

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