#728294

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

Shades of Slate Grey #728294

Tints of Slate Grey #728294

Color information

#728294 (or 0x728294) is unknown color: approx Slate Grey. HEX triplet: 72, 82 and 94. RGB value is (114,130,148). Sum of RGB (Red+Green+Blue) = 114+130+148=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 148 - color contains mainly: blue. Hex color #728294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728294 is #8D7D6B. Grayscale: #7F7F7F. Windows color (decimal): -9272684 or 9732722. OLE color: 9732722.

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

Color convert

RGB114130148-
CMYK0.230.1200.42
HSL211.76º13.71%51.37%-
HSV(B)211.76º22.97%58.04%-
XYZ20.2721.6831.13-
YUV127.27139.7118.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 148 (58.20% from 255) = 37.76%
R=29.08%
G=33.16%
B=37.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141301480.230.1200.42211.7613.7151.37
Hex72829417C02Ad4e33
Octal16220222427140523241663
Binary111001010000010100101001011111000101010110101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728294; }

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

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

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

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

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

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

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

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