#717F9B

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

Shades of Light Slate Grey #717F9B

Tints of Light Slate Grey #717F9B

Color information

#717F9B (or 0x717F9B) is unknown color: approx Light Slate Grey. HEX triplet: 71, 7F and 9B. RGB value is (113,127,155). Sum of RGB (Red+Green+Blue) = 113+127+155=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #717F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F9B is #8E8064. Grayscale: #7D7D7D. Windows color (decimal): -9338981 or 10190705. OLE color: 10190705.

HSL color Cylindrical-coordinate representation of color #717F9B: hue angle of 220º 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 #717F9B is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113127155-
CMYK0.270.1800.39
HSL220º17.36%52.55%-
HSV(B)220º27.1%60.78%-
XYZ20.3221.0634-
YUV126.01144.36118.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=28.61%
G=32.15%
B=39.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131271550.270.1800.3922017.3652.55
Hex717F9B1B12027dc1135
Octal16117723333220473342165
Binary1110001111111110011011110111001001001111101110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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