#717193

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

Shades of Scampi #717193

Tints of Scampi #717193

Color information

#717193 (or 0x717193) is unknown color: approx Scampi. HEX triplet: 71, 71 and 93. RGB value is (113,113,147). Sum of RGB (Red+Green+Blue) = 113+113+147=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #717193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717193 is #8E8E6C. Grayscale: #747474. Windows color (decimal): -9342573 or 9662833. OLE color: 9662833.

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

Color convert

RGB113113147-
CMYK0.230.2300.42
HSL240º13.6%50.98%-
HSV(B)240º23.13%57.65%-
XYZ17.9817.4330.02-
YUV116.88145125.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=30.29%
G=30.29%
B=39.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131131470.230.2300.4224013.650.98
Hex717193171702Af0e33
Octal16116122327270523601663
Binary111000111100011001001110111101110101010111100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717193; }

 p { color: rgb(113,113,147); }

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

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

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

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

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

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

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