#717499

Color #717499 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #717499

Tints of Scampi #717499

Color information

#717499 (or 0x717499) is unknown color: approx Scampi. HEX triplet: 71, 74 and 99. RGB value is (113,116,153). Sum of RGB (Red+Green+Blue) = 113+116+153=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #717499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717499 is #8E8B66. Grayscale: #777777. Windows color (decimal): -9341799 or 10056817. OLE color: 10056817.

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

Color convert

RGB113116153-
CMYK0.260.2400.4
HSL235.5º16.39%52.16%-
HSV(B)235.5º26.14%60%-
XYZ18.8118.332.68-
YUV119.32147.01123.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=29.58%
G=30.37%
B=40.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131161530.260.2400.4235.516.3952.16
Hex7174991A18028ec1034
Octal16116423132300503542064
Binary1110001111010010011001110101100001010001110110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717499; }

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

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

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

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

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

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

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

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