#717E9B

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

Shades of Slate Grey #717E9B

Tints of Slate Grey #717E9B

Color information

#717E9B (or 0x717E9B) is unknown color: approx Slate Grey. HEX triplet: 71, 7E and 9B. RGB value is (113,126,155). Sum of RGB (Red+Green+Blue) = 113+126+155=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #717E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E9B is #8E8164. Grayscale: #7D7D7D. Windows color (decimal): -9339237 or 10190449. OLE color: 10190449.

HSL color Cylindrical-coordinate representation of color #717E9B: hue angle of 221.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #717E9B is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113126155-
CMYK0.270.1900.39
HSL221.43º17.36%52.55%-
HSV(B)221.43º27.1%60.78%-
XYZ20.1920.833.96-
YUV125.42144.69119.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=28.68%
G=31.98%
B=39.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131261550.270.1900.39221.4317.3652.55
Hex717E9B1B13027dd1135
Octal16117623333230473352165
Binary1110001111111010011011110111001101001111101110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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