#717F8C

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

Shades of Slate Grey #717F8C

Tints of Slate Grey #717F8C

Color information

#717F8C (or 0x717F8C) is unknown color: approx Slate Grey. HEX triplet: 71, 7F and 8C. RGB value is (113,127,140). Sum of RGB (Red+Green+Blue) = 113+127+140=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #717F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F8C is #8E8073. Grayscale: #7C7C7C. Windows color (decimal): -9338996 or 9207665. OLE color: 9207665.

HSL color Cylindrical-coordinate representation of color #717F8C: hue angle of 208.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #717F8C is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB113127140-
CMYK0.190.0900.45
HSL208.89º10.67%49.61%-
HSV(B)208.89º19.29%54.9%-
XYZ19.1320.5827.78-
YUV124.3136.86119.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=29.74%
G=33.42%
B=36.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131271400.190.0900.45208.8910.6749.61
Hex717F8C13902Dd1b32
Octal16117721423110553211362
Binary11100011111111100011001001110010101101110100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,127,140); }

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

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

 a { background-color: rgb(113,127,140); }

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

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

 span { border-color: rgb(113,127,140); }

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