#75649b

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

Shades of Scampi #75649B

Tints of Scampi #75649B

Color information

#75649B (or 0x75649B) is unknown color: approx Scampi. HEX triplet: 75, 64 and 9B. RGB value is (117,100,155). Sum of RGB (Red+Green+Blue) = 117+100+155=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #75649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75649B is #8A9B64. Grayscale: #6F6F6F. Windows color (decimal): -9083749 or 10183797. OLE color: 10183797.

HSL color Cylindrical-coordinate representation of color #75649B: hue angle of 258.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75649B is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117100155-
CMYK0.250.3500.39
HSL258.55º21.57%50%-
HSV(B)258.55º35.48%60.78%-
XYZ17.8115.2633.02-
YUV111.35152.63132.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=31.45%
G=26.88%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171001550.250.3500.39258.5521.5750
Hex75649B19230271031632
Octal16514423331430474032662
Binary111010111001001001101111001100011010011110000001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75649b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75649b; }

 p { color: rgb(117,100,155); }

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

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

 a { background-color: rgb(117,100,155); }

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

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

 span { border-color: rgb(117,100,155); }

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