#716B94

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

Shades of Scampi #716B94

Tints of Scampi #716B94

Color information

#716B94 (or 0x716B94) is unknown color: approx Scampi. HEX triplet: 71, 6B and 94. RGB value is (113,107,148). Sum of RGB (Red+Green+Blue) = 113+107+148=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #716B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B94 is #8E946B. Grayscale: #717171. Windows color (decimal): -9344108 or 9726833. OLE color: 9726833.

HSL color Cylindrical-coordinate representation of color #716B94: hue angle of 248.78º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #716B94 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113107148-
CMYK0.240.2800.42
HSL248.78º16.08%50%-
HSV(B)248.78º27.7%58.04%-
XYZ17.4116.1630.22-
YUV113.47147.49127.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 148 (58.20% from 255) = 40.22%
R=30.71%
G=29.08%
B=40.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131071480.240.2800.42248.7816.0850
Hex716B94181C02Af91032
Octal16115322430340523712062
Binary1110001110101110010100110001110001010101111100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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