#717C95

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

Shades of Slate Grey #717C95

Tints of Slate Grey #717C95

Color information

#717C95 (or 0x717C95) is unknown color: approx Slate Grey. HEX triplet: 71, 7C and 95. RGB value is (113,124,149). Sum of RGB (Red+Green+Blue) = 113+124+149=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #717C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C95 is #8E836A. Grayscale: #7B7B7B. Windows color (decimal): -9339755 or 9796721. OLE color: 9796721.

HSL color Cylindrical-coordinate representation of color #717C95: hue angle of 221.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717C95 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113124149-
CMYK0.240.1700.42
HSL221.67º14.52%51.37%-
HSV(B)221.67º24.16%58.43%-
XYZ19.4420.131.29-
YUV123.56142.36120.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=29.27%
G=32.12%
B=38.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131241490.240.1700.42221.6714.5251.37
Hex717C95181102Adef33
Octal16117422530210523361763
Binary111000111111001001010111000100010101010110111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,124,149); }

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

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

 a { background-color: rgb(113,124,149); }

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

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

 span { border-color: rgb(113,124,149); }

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