#755F9E

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

Shades of Scampi #755F9E

Tints of Scampi #755F9E

Color information

#755F9E (or 0x755F9E) is unknown color: approx Scampi. HEX triplet: 75, 5F and 9E. RGB value is (117,95,158). Sum of RGB (Red+Green+Blue) = 117+95+158=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #755F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F9E is #8AA061. Grayscale: #6C6C6C. Windows color (decimal): -9085026 or 10379125. OLE color: 10379125.

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

Color convert

RGB11795158-
CMYK0.260.4000.38
HSL260.95º24.9%49.61%-
HSV(B)260.95º39.87%61.96%-
XYZ17.614.4334.21-
YUV108.76155.79133.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=31.62%
G=25.68%
B=42.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117951580.260.4000.38260.9524.949.61
Hex755F9E1A280261051932
Octal16513723632500464053162
Binary111010110111111001111011010101000010011010000010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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