#728394

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

Shades of Slate Grey #728394

Tints of Slate Grey #728394

Color information

#728394 (or 0x728394) is unknown color: approx Slate Grey. HEX triplet: 72, 83 and 94. RGB value is (114,131,148). Sum of RGB (Red+Green+Blue) = 114+131+148=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: blue. Hex color #728394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728394 is #8D7C6B. Grayscale: #7F7F7F. Windows color (decimal): -9272428 or 9732978. OLE color: 9732978.

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

Color convert

RGB114131148-
CMYK0.230.1100.42
HSL210º13.71%51.37%-
HSV(B)210º22.97%58.04%-
XYZ20.421.9531.18-
YUV127.85139.37118.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=29.01%
G=33.33%
B=37.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141311480.230.1100.4221013.7151.37
Hex72839417B02Ad2e33
Octal16220322427130523221663
Binary111001010000011100101001011110110101010110100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728394; }

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

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

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

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

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

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

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

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