#728391

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

Shades of Slate Grey #728391

Tints of Slate Grey #728391

Color information

#728391 (or 0x728391) is unknown color: approx Slate Grey. HEX triplet: 72, 83 and 91. RGB value is (114,131,145). Sum of RGB (Red+Green+Blue) = 114+131+145=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #728391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728391 is #8D7C6E. Grayscale: #7F7F7F. Windows color (decimal): -9272431 or 9536370. OLE color: 9536370.

HSL color Cylindrical-coordinate representation of color #728391: hue angle of 207.1º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728391 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB114131145-
CMYK0.210.1000.43
HSL207.1º12.35%50.78%-
HSV(B)207.1º21.38%56.86%-
XYZ20.1721.8529.94-
YUV127.51137.87118.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.23%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 145 (57.03% from 255) = 37.18%
R=29.23%
G=33.59%
B=37.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141311450.210.1000.43207.112.3550.78
Hex72839115A02Bcfc33
Octal16220322125120533171463
Binary111001010000011100100011010110100101011110011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728391; }

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

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

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

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

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

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

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

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