#756695

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

Shades of Scampi #756695

Tints of Scampi #756695

Color information

#756695 (or 0x756695) is unknown color: approx Scampi. HEX triplet: 75, 66 and 95. RGB value is (117,102,149). Sum of RGB (Red+Green+Blue) = 117+102+149=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #756695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756695 is #8A996A. Grayscale: #6F6F6F. Windows color (decimal): -9083243 or 9791093. OLE color: 9791093.

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

Color convert

RGB117102149-
CMYK0.210.3200.42
HSL259.15º18.73%49.22%-
HSV(B)259.15º31.54%58.43%-
XYZ17.5115.4530.49-
YUV111.84148.97131.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=31.79%
G=27.72%
B=40.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171021490.210.3200.42259.1518.7349.22
Hex756695152002A1031331
Octal16514622525400524032361
Binary111010111001101001010110101100000010101010000001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756695; }

 p { color: rgb(117,102,149); }

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

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

 a { background-color: rgb(117,102,149); }

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

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

 span { border-color: rgb(117,102,149); }

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