#755E9F

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

Shades of Scampi #755E9F

Tints of Scampi #755E9F

Color information

#755E9F (or 0x755E9F) is unknown color: approx Scampi. HEX triplet: 75, 5E and 9F. RGB value is (117,94,159). Sum of RGB (Red+Green+Blue) = 117+94+159=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #755E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755E9F is #8AA160. Grayscale: #6C6C6C. Windows color (decimal): -9085281 or 10444405. OLE color: 10444405.

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

Color convert

RGB11794159-
CMYK0.260.4100.38
HSL261.23º25.69%49.61%-
HSV(B)261.23º40.88%62.35%-
XYZ17.614.2934.63-
YUV108.29156.62134.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=31.62%
G=25.41%
B=42.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117941590.260.4100.38261.2325.6949.61
Hex755E9F1A290261051a32
Octal16513623732510464053262
Binary111010110111101001111111010101001010011010000010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,94,159); }

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

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

 a { background-color: rgb(117,94,159); }

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

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

 span { border-color: rgb(117,94,159); }

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