#717F99

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

Shades of Slate Grey #717F99

Tints of Slate Grey #717F99

Color information

#717F99 (or 0x717F99) is unknown color: approx Slate Grey. HEX triplet: 71, 7F and 99. RGB value is (113,127,153). Sum of RGB (Red+Green+Blue) = 113+127+153=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #717F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F99 is #8E8066. Grayscale: #7D7D7D. Windows color (decimal): -9338983 or 10059633. OLE color: 10059633.

HSL color Cylindrical-coordinate representation of color #717F99: hue angle of 219º 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 #717F99 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB113127153-
CMYK0.260.1700.4
HSL219º16.39%52.16%-
HSV(B)219º26.14%60%-
XYZ20.1520.9933.13-
YUV125.78143.36118.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.75%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=28.75%
G=32.32%
B=38.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131271530.260.1700.421916.3952.16
Hex717F991A11028db1034
Octal16117723132210503332064
Binary1110001111111110011001110101000101010001101101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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