#738293

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

Shades of Slate Grey #738293

Tints of Slate Grey #738293

Color information

#738293 (or 0x738293) is unknown color: approx Slate Grey. HEX triplet: 73, 82 and 93. RGB value is (115,130,147). Sum of RGB (Red+Green+Blue) = 115+130+147=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 147 - color contains mainly: blue. Hex color #738293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738293 is #8C7D6C. Grayscale: #7F7F7F. Windows color (decimal): -9207149 or 9667187. OLE color: 9667187.

HSL color Cylindrical-coordinate representation of color #738293: hue angle of 211.87º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #738293 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115130147-
CMYK0.220.1200.42
HSL211.87º12.9%51.37%-
HSV(B)211.87º21.77%57.65%-
XYZ20.3221.7230.72-
YUV127.45139.03119.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=29.34%
G=33.16%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151301470.220.1200.42211.8712.951.37
Hex73829316C02Ad4d33
Octal16320222326140523241563
Binary111001110000010100100111011011000101010110101001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738293; }

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

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

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

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

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

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

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

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