#728393

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

Shades of Slate Grey #728393

Tints of Slate Grey #728393

Color information

#728393 (or 0x728393) is unknown color: approx Slate Grey. HEX triplet: 72, 83 and 93. RGB value is (114,131,147). Sum of RGB (Red+Green+Blue) = 114+131+147=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 131 (51.56% from 255 or 33.42% 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 #728393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728393 is #8D7C6C. Grayscale: #7F7F7F. Windows color (decimal): -9272429 or 9667442. OLE color: 9667442.

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

Color convert

RGB114131147-
CMYK0.220.1100.42
HSL209.09º13.25%51.18%-
HSV(B)209.09º22.45%57.65%-
XYZ20.3221.9230.76-
YUV127.74138.87118.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=29.08%
G=33.42%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141311470.220.1100.42209.0913.2551.18
Hex72839316B02Ad1d33
Octal16220322326130523211563
Binary111001010000011100100111011010110101010110100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728393; }

 p { color: rgb(114,131,147); }

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

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

 a { background-color: rgb(114,131,147); }

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

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

 span { border-color: rgb(114,131,147); }

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