#717496

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

Shades of Scampi #717496

Tints of Scampi #717496

Color information

#717496 (or 0x717496) is unknown color: approx Scampi. HEX triplet: 71, 74 and 96. RGB value is (113,116,150). Sum of RGB (Red+Green+Blue) = 113+116+150=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #717496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717496 is #8E8B69. Grayscale: #767676. Windows color (decimal): -9341802 or 9860209. OLE color: 9860209.

HSL color Cylindrical-coordinate representation of color #717496: hue angle of 235.14º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717496 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB113116150-
CMYK0.250.2300.41
HSL235.14º14.98%51.57%-
HSV(B)235.14º24.67%58.82%-
XYZ18.5618.231.39-
YUV118.98145.51123.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=29.82%
G=30.61%
B=39.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131161500.250.2300.41235.1414.9851.57
Hex7174961917029ebf34
Octal16116422631270513531764
Binary111000111101001001011011001101110101001111010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717496; }

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

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

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

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

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

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

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

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