#717C93

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

Shades of Slate Grey #717C93

Tints of Slate Grey #717C93

Color information

#717C93 (or 0x717C93) is unknown color: approx Slate Grey. HEX triplet: 71, 7C and 93. RGB value is (113,124,147). Sum of RGB (Red+Green+Blue) = 113+124+147=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #717C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C93 is #8E836C. Grayscale: #7B7B7B. Windows color (decimal): -9339757 or 9665649. OLE color: 9665649.

HSL color Cylindrical-coordinate representation of color #717C93: hue angle of 220.59º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717C93 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113124147-
CMYK0.230.1600.42
HSL220.59º13.6%50.98%-
HSV(B)220.59º23.13%57.65%-
XYZ19.2820.0330.45-
YUV123.33141.36120.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 124 (48.83% from 255) = 32.29%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=29.43%
G=32.29%
B=38.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131241470.230.1600.42220.5913.650.98
Hex717C93171002Adde33
Octal16117422327200523351663
Binary111000111111001001001110111100000101010110111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,124,147); }

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

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

 a { background-color: rgb(113,124,147); }

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

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

 span { border-color: rgb(113,124,147); }

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