#756399

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

Shades of Scampi #756399

Tints of Scampi #756399

Color information

#756399 (or 0x756399) is unknown color: approx Scampi. HEX triplet: 75, 63 and 99. RGB value is (117,99,153). Sum of RGB (Red+Green+Blue) = 117+99+153=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #756399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756399 is #8A9C66. Grayscale: #6E6E6E. Windows color (decimal): -9084007 or 10052469. OLE color: 10052469.

HSL color Cylindrical-coordinate representation of color #756399: hue angle of 260º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #756399 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11799153-
CMYK0.240.3500.4
HSL260º21.43%49.41%-
HSV(B)260º35.29%60%-
XYZ17.5515.0132.11-
YUV110.54151.96132.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=31.71%
G=26.83%
B=41.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117991530.240.3500.426021.4349.41
Hex75639918230281041531
Octal16514323130430504042561
Binary111010111000111001100111000100011010100010000010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756399; }

 p { color: rgb(117,99,153); }

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

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

 a { background-color: rgb(117,99,153); }

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

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

 span { border-color: rgb(117,99,153); }

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