#727C93

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

Shades of Slate Grey #727C93

Tints of Slate Grey #727C93

Color information

#727C93 (or 0x727C93) is unknown color: approx Slate Grey. HEX triplet: 72, 7C and 93. RGB value is (114,124,147). Sum of RGB (Red+Green+Blue) = 114+124+147=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #727C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727C93 is #8D836C. Grayscale: #7B7B7B. Windows color (decimal): -9274221 or 9665650. OLE color: 9665650.

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

Color convert

RGB114124147-
CMYK0.220.1600.42
HSL221.82º13.25%51.18%-
HSV(B)221.82º22.45%57.65%-
XYZ19.4120.130.46-
YUV123.63141.19121.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=29.61%
G=32.21%
B=38.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141241470.220.1600.42221.8213.2551.18
Hex727C93161002Aded33
Octal16217422326200523361563
Binary111001011111001001001110110100000101010110111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727C93; }

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

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

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

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

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

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

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

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