#717E92

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

Shades of Slate Grey #717E92

Tints of Slate Grey #717E92

Color information

#717E92 (or 0x717E92) is unknown color: approx Slate Grey. HEX triplet: 71, 7E and 92. RGB value is (113,126,146). Sum of RGB (Red+Green+Blue) = 113+126+146=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #717E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E92 is #8E816D. Grayscale: #7C7C7C. Windows color (decimal): -9339246 or 9600625. OLE color: 9600625.

HSL color Cylindrical-coordinate representation of color #717E92: hue angle of 216.36º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717E92 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113126146-
CMYK0.230.1400.43
HSL216.36º13.15%50.78%-
HSV(B)216.36º22.6%57.25%-
XYZ19.4620.5130.13-
YUV124.39140.19119.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=29.35%
G=32.73%
B=37.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131261460.230.1400.43216.3613.1550.78
Hex717E9217E02Bd8d33
Octal16117622227160533301563
Binary11100011111110100100101011111100101011110110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717E92; }

 p { color: rgb(113,126,146); }

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

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

 a { background-color: rgb(113,126,146); }

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

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

 span { border-color: rgb(113,126,146); }

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