#716495

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

Shades of Scampi #716495

Tints of Scampi #716495

Color information

#716495 (or 0x716495) is unknown color: approx Scampi. HEX triplet: 71, 64 and 95. RGB value is (113,100,149). Sum of RGB (Red+Green+Blue) = 113+100+149=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #716495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716495 is #8E9B6A. Grayscale: #6D6D6D. Windows color (decimal): -9345899 or 9790577. OLE color: 9790577.

HSL color Cylindrical-coordinate representation of color #716495: hue angle of 255.92º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #716495 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113100149-
CMYK0.240.3300.42
HSL255.92º19.68%48.82%-
HSV(B)255.92º32.89%58.43%-
XYZ16.7914.7930.4-
YUV109.47150.31130.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=31.22%
G=27.62%
B=41.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131001490.240.3300.42255.9219.6848.82
Hex716495182102A1001431
Octal16114422530410524002461
Binary111000111001001001010111000100001010101010000000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716495; }

 p { color: rgb(113,100,149); }

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

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

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

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

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

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

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