#716BA9

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

Shades of Scampi #716BA9

Tints of Scampi #716BA9

Color information

#716BA9 (or 0x716BA9) is unknown color: approx Scampi. HEX triplet: 71, 6B and A9. RGB value is (113,107,169). Sum of RGB (Red+Green+Blue) = 113+107+169=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 169 - color contains mainly: blue. Hex color #716BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BA9 is #8E9456. Grayscale: #737373. Windows color (decimal): -9344087 or 11103089. OLE color: 11103089.

HSL color Cylindrical-coordinate representation of color #716BA9: hue angle of 245.81º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #716BA9 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB113107169-
CMYK0.330.3700.34
HSL245.81º26.5%54.12%-
HSV(B)245.81º36.69%66.27%-
XYZ19.2316.8939.78-
YUV115.86157.99125.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 169 (66.41% from 255) = 43.44%
R=29.05%
G=27.51%
B=43.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1131071690.330.3700.34245.8126.554.12
Hex716BA92125022f61a36
Octal16115325141450423663266
Binary111000111010111010100110000110010101000101111011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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