#728193

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

Shades of Slate Grey #728193

Tints of Slate Grey #728193

Color information

#728193 (or 0x728193) is unknown color: approx Slate Grey. HEX triplet: 72, 81 and 93. RGB value is (114,129,147). Sum of RGB (Red+Green+Blue) = 114+129+147=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: blue. Hex color #728193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728193 is #8D7E6C. Grayscale: #7E7E7E. Windows color (decimal): -9272941 or 9666930. OLE color: 9666930.

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

Color convert

RGB114129147-
CMYK0.220.1200.42
HSL212.73º13.25%51.18%-
HSV(B)212.73º22.45%57.65%-
XYZ20.0621.3830.67-
YUV126.57139.53119.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.23%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=29.23%
G=33.08%
B=37.69%

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
Decimal1141291470.220.1200.42212.7313.2551.18
Hex72819316C02Ad5d33
Octal16220122326140523251563
Binary111001010000001100100111011011000101010110101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728193; }

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

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

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

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

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

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

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

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