#717C94

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

Shades of Slate Grey #717C94

Tints of Slate Grey #717C94

Color information

#717C94 (or 0x717C94) is unknown color: approx Slate Grey. HEX triplet: 71, 7C and 94. RGB value is (113,124,148). Sum of RGB (Red+Green+Blue) = 113+124+148=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #717C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C94 is #8E836B. Grayscale: #7B7B7B. Windows color (decimal): -9339756 or 9731185. OLE color: 9731185.

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

Color convert

RGB113124148-
CMYK0.240.1600.42
HSL221.14º14.06%51.18%-
HSV(B)221.14º23.65%58.04%-
XYZ19.3620.0630.87-
YUV123.45141.86120.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=29.35%
G=32.21%
B=38.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131241480.240.1600.42221.1414.0651.18
Hex717C94181002Adde33
Octal16117422430200523351663
Binary111000111111001001010011000100000101010110111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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