#755CA5

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

Shades of Scampi #755CA5

Tints of Scampi #755CA5

Color information

#755CA5 (or 0x755CA5) is unknown color: approx Scampi. HEX triplet: 75, 5C and A5. RGB value is (117,92,165). Sum of RGB (Red+Green+Blue) = 117+92+165=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #755CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755CA5 is #8AA35A. Grayscale: #6B6B6B. Windows color (decimal): -9085787 or 10837109. OLE color: 10837109.

HSL color Cylindrical-coordinate representation of color #755CA5: hue angle of 260.55º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #755CA5 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11792165-
CMYK0.290.4400.35
HSL260.55º28.85%50.39%-
HSV(B)260.55º44.24%64.71%-
XYZ17.9514.1537.38-
YUV107.8160.28134.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 165 (64.84% from 255) = 44.12%
R=31.28%
G=24.60%
B=44.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117921650.290.4400.35260.5528.8550.39
Hex755CA51D2C0231051d32
Octal16513424535540434053562
Binary111010110111001010010111101101100010001110000010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,92,165); }

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

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

 a { background-color: rgb(117,92,165); }

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

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

 span { border-color: rgb(117,92,165); }

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