#755DA3

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

Shades of Scampi #755DA3

Tints of Scampi #755DA3

Color information

#755DA3 (or 0x755DA3) is unknown color: approx Scampi. HEX triplet: 75, 5D and A3. RGB value is (117,93,163). Sum of RGB (Red+Green+Blue) = 117+93+163=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #755DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755DA3 is #8AA25C. Grayscale: #6B6B6B. Windows color (decimal): -9085533 or 10706293. OLE color: 10706293.

HSL color Cylindrical-coordinate representation of color #755DA3: hue angle of 260.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #755DA3 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11793163-
CMYK0.280.4300.36
HSL260.57º27.56%50.2%-
HSV(B)260.57º42.94%63.92%-
XYZ17.8614.2536.46-
YUV108.16158.95134.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 163 (64.06% from 255) = 43.70%
R=31.37%
G=24.93%
B=43.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117931630.280.4300.36260.5727.5650.2
Hex755DA31C2B0241051c32
Octal16513524334530444053462
Binary111010110111011010001111100101011010010010000010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,93,163); }

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

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

 a { background-color: rgb(117,93,163); }

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

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

 span { border-color: rgb(117,93,163); }

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