#727E9A

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

Shades of Slate Grey #727E9A

Tints of Slate Grey #727E9A

Color information

#727E9A (or 0x727E9A) is unknown color: approx Slate Grey. HEX triplet: 72, 7E and 9A. RGB value is (114,126,154). Sum of RGB (Red+Green+Blue) = 114+126+154=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #727E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E9A is #8D8165. Grayscale: #7D7D7D. Windows color (decimal): -9273702 or 10124914. OLE color: 10124914.

HSL color Cylindrical-coordinate representation of color #727E9A: hue angle of 222º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #727E9A is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB114126154-
CMYK0.260.1800.40
HSL222º16.53%52.55%-
HSV(B)222º25.97%60.39%-
XYZ20.2320.8333.53-
YUV125.6144.02119.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.93%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=28.93%
G=31.98%
B=39.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141261540.260.1800.4022216.5352.55
Hex727E9A1A12028de1135
Octal16217623232220503362165
Binary1110010111111010011010110101001001010001101111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,126,154); }

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

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

 a { background-color: rgb(114,126,154); }

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

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

 span { border-color: rgb(114,126,154); }

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