#717D99

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

Shades of Slate Grey #717D99

Tints of Slate Grey #717D99

Color information

#717D99 (or 0x717D99) is unknown color: approx Slate Grey. HEX triplet: 71, 7D and 99. RGB value is (113,125,153). Sum of RGB (Red+Green+Blue) = 113+125+153=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #717D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D99 is #8E8266. Grayscale: #7C7C7C. Windows color (decimal): -9339495 or 10059121. OLE color: 10059121.

HSL color Cylindrical-coordinate representation of color #717D99: hue angle of 222º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717D99 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB113125153-
CMYK0.260.1800.4
HSL222º16.39%52.16%-
HSV(B)222º26.14%60%-
XYZ19.8920.4833.04-
YUV124.6144.02119.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=28.90%
G=31.97%
B=39.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131251530.260.1800.422216.3952.16
Hex717D991A12028de1034
Octal16117523132220503362064
Binary1110001111110110011001110101001001010001101111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,125,153); }

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

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

 a { background-color: rgb(113,125,153); }

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

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

 span { border-color: rgb(113,125,153); }

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