#717C98

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

Shades of Slate Grey #717C98

Tints of Slate Grey #717C98

Color information

#717C98 (or 0x717C98) is unknown color: approx Slate Grey. HEX triplet: 71, 7C and 98. RGB value is (113,124,152). Sum of RGB (Red+Green+Blue) = 113+124+152=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #717C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C98 is #8E8367. Grayscale: #7B7B7B. Windows color (decimal): -9339752 or 9993329. OLE color: 9993329.

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

Color convert

RGB113124152-
CMYK0.260.1800.40
HSL223.08º15.92%51.96%-
HSV(B)223.08º25.66%59.61%-
XYZ19.6920.1932.57-
YUV123.9143.86120.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=29.05%
G=31.88%
B=39.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131241520.260.1800.40223.0815.9251.96
Hex717C981A12028df1034
Octal16117423032220503372064
Binary1110001111110010011000110101001001010001101111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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