#716B9B

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

Shades of Scampi #716B9B

Tints of Scampi #716B9B

Color information

#716B9B (or 0x716B9B) is unknown color: approx Scampi. HEX triplet: 71, 6B and 9B. RGB value is (113,107,155). Sum of RGB (Red+Green+Blue) = 113+107+155=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #716B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B9B is #8E9464. Grayscale: #727272. Windows color (decimal): -9344101 or 10185585. OLE color: 10185585.

HSL color Cylindrical-coordinate representation of color #716B9B: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #716B9B is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113107155-
CMYK0.270.3100.39
HSL247.5º19.35%51.37%-
HSV(B)247.5º30.97%60.78%-
XYZ17.9816.3933.23-
YUV114.27150.99127.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=30.13%
G=28.53%
B=41.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131071550.270.3100.39247.519.3551.37
Hex716B9B1B1F027f81333
Octal16115323333370473702363
Binary1110001110101110011011110111111101001111111100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716B9B; }

 p { color: rgb(113,107,155); }

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

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

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

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

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

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

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