#717B99

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

Shades of Slate Grey #717B99

Tints of Slate Grey #717B99

Color information

#717B99 (or 0x717B99) is unknown color: approx Slate Grey. HEX triplet: 71, 7B and 99. RGB value is (113,123,153). Sum of RGB (Red+Green+Blue) = 113+123+153=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #717B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B99 is #8E8466. Grayscale: #7B7B7B. Windows color (decimal): -9340007 or 10058609. OLE color: 10058609.

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

Color convert

RGB113123153-
CMYK0.260.2000.4
HSL225º16.39%52.16%-
HSV(B)225º26.14%60%-
XYZ19.6419.9832.96-
YUV123.43144.69120.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=29.05%
G=31.62%
B=39.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131231530.260.2000.422516.3952.16
Hex717B991A14028e11034
Octal16117323132240503412064
Binary1110001111101110011001110101010001010001110000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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