#755F9D

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

Shades of Scampi #755F9D

Tints of Scampi #755F9D

Color information

#755F9D (or 0x755F9D) is unknown color: approx Scampi. HEX triplet: 75, 5F and 9D. RGB value is (117,95,157). Sum of RGB (Red+Green+Blue) = 117+95+157=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #755F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F9D is #8AA062. Grayscale: #6C6C6C. Windows color (decimal): -9085027 or 10313589. OLE color: 10313589.

HSL color Cylindrical-coordinate representation of color #755F9D: hue angle of 261.29º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755F9D is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11795157-
CMYK0.250.3900.38
HSL261.29º24.6%49.41%-
HSV(B)261.29º39.49%61.57%-
XYZ17.5114.433.75-
YUV108.65155.29133.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=31.71%
G=25.75%
B=42.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117951570.250.3900.38261.2924.649.41
Hex755F9D19270261051931
Octal16513723531470464053161
Binary111010110111111001110111001100111010011010000010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755F9D; }

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

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

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

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

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

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

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

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