#728293

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

Shades of Slate Grey #728293

Tints of Slate Grey #728293

Color information

#728293 (or 0x728293) is unknown color: approx Slate Grey. HEX triplet: 72, 82 and 93. RGB value is (114,130,147). Sum of RGB (Red+Green+Blue) = 114+130+147=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #728293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728293 is #8D7D6C. Grayscale: #7F7F7F. Windows color (decimal): -9272685 or 9667186. OLE color: 9667186.

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

Color convert

RGB114130147-
CMYK0.220.1200.42
HSL210.91º13.25%51.18%-
HSV(B)210.91º22.45%57.65%-
XYZ20.1921.6530.72-
YUV127.15139.2118.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=29.16%
G=33.25%
B=37.60%

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
Decimal1141301470.220.1200.42210.9113.2551.18
Hex72829316C02Ad3d33
Octal16220222326140523231563
Binary111001010000010100100111011011000101010110100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728293; }

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

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

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

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

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

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

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

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