#716898

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

Shades of Scampi #716898

Tints of Scampi #716898

Color information

#716898 (or 0x716898) is unknown color: approx Scampi. HEX triplet: 71, 68 and 98. RGB value is (113,104,152). Sum of RGB (Red+Green+Blue) = 113+104+152=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #716898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716898 is #8E9767. Grayscale: #6F6F6F. Windows color (decimal): -9344872 or 9988209. OLE color: 9988209.

HSL color Cylindrical-coordinate representation of color #716898: hue angle of 251.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #716898 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB113104152-
CMYK0.260.3200.40
HSL251.25º18.9%50.2%-
HSV(B)251.25º31.58%59.61%-
XYZ17.4315.6831.81-
YUV112.16150.48128.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=30.62%
G=28.18%
B=41.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131041520.260.3200.40251.2518.950.2
Hex7168981A20028fb1332
Octal16115023032400503732362
Binary11100011101000100110001101010000001010001111101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716898; }

 p { color: rgb(113,104,152); }

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

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

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

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

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

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

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