#717F96

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

Shades of Slate Grey #717F96

Tints of Slate Grey #717F96

Color information

#717F96 (or 0x717F96) is unknown color: approx Slate Grey. HEX triplet: 71, 7F and 96. RGB value is (113,127,150). Sum of RGB (Red+Green+Blue) = 113+127+150=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #717F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F96 is #8E8069. Grayscale: #7D7D7D. Windows color (decimal): -9338986 or 9863025. OLE color: 9863025.

HSL color Cylindrical-coordinate representation of color #717F96: hue angle of 217.3º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717F96 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB113127150-
CMYK0.250.1500.41
HSL217.3º14.98%51.57%-
HSV(B)217.3º24.67%58.82%-
XYZ19.920.8931.84-
YUV125.44141.86119.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=28.97%
G=32.56%
B=38.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131271500.250.1500.41217.314.9851.57
Hex717F9619F029d9f34
Octal16117722631170513311764
Binary11100011111111100101101100111110101001110110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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