#727F9A

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

Shades of Slate Grey #727F9A

Tints of Slate Grey #727F9A

Color information

#727F9A (or 0x727F9A) is unknown color: approx Slate Grey. HEX triplet: 72, 7F and 9A. RGB value is (114,127,154). Sum of RGB (Red+Green+Blue) = 114+127+154=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #727F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F9A is #8D8065. Grayscale: #7E7E7E. Windows color (decimal): -9273446 or 10125170. OLE color: 10125170.

HSL color Cylindrical-coordinate representation of color #727F9A: hue angle of 220.5º 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 #727F9A is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB114127154-
CMYK0.260.1800.40
HSL220.5º16.53%52.55%-
HSV(B)220.5º25.97%60.39%-
XYZ20.3621.0933.57-
YUV126.19143.69119.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=28.86%
G=32.15%
B=38.99%

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
Decimal1141271540.260.1800.40220.516.5352.55
Hex727F9A1A12028dc1135
Octal16217723232220503342165
Binary1110010111111110011010110101001001010001101110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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