#75649D

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

Shades of Scampi #75649D

Tints of Scampi #75649D

Color information

#75649D (or 0x75649D) is unknown color: approx Scampi. HEX triplet: 75, 64 and 9D. RGB value is (117,100,157). Sum of RGB (Red+Green+Blue) = 117+100+157=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #75649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75649D is #8A9B62. Grayscale: #6F6F6F. Windows color (decimal): -9083747 or 10314869. OLE color: 10314869.

HSL color Cylindrical-coordinate representation of color #75649D: hue angle of 257.89º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75649D is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117100157-
CMYK0.250.3600.38
HSL257.89º22.53%50.39%-
HSV(B)257.89º36.31%61.57%-
XYZ17.9815.3333.91-
YUV111.58153.63131.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 157 (61.72% from 255) = 41.98%
R=31.28%
G=26.74%
B=41.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171001570.250.3600.38257.8922.5350.39
Hex75649D19240261021732
Octal16514423531440464022762
Binary111010111001001001110111001100100010011010000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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