#727D94

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

Shades of Slate Grey #727D94

Tints of Slate Grey #727D94

Color information

#727D94 (or 0x727D94) is unknown color: approx Slate Grey. HEX triplet: 72, 7D and 94. RGB value is (114,125,148). Sum of RGB (Red+Green+Blue) = 114+125+148=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #727D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727D94 is #8D826B. Grayscale: #7C7C7C. Windows color (decimal): -9273964 or 9731442. OLE color: 9731442.

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

Color convert

RGB114125148-
CMYK0.230.1600.42
HSL220.59º13.71%51.37%-
HSV(B)220.59º22.97%58.04%-
XYZ19.6220.3830.92-
YUV124.33141.36120.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.46%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=29.46%
G=32.30%
B=38.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141251480.230.1600.42220.5913.7151.37
Hex727D94171002Adde33
Octal16217522427200523351663
Binary111001011111011001010010111100000101010110111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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