#756594

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

Shades of Scampi #756594

Tints of Scampi #756594

Color information

#756594 (or 0x756594) is unknown color: approx Scampi. HEX triplet: 75, 65 and 94. RGB value is (117,101,148). Sum of RGB (Red+Green+Blue) = 117+101+148=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #756594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756594 is #8A9A6B. Grayscale: #6E6E6E. Windows color (decimal): -9083500 or 9725301. OLE color: 9725301.

HSL color Cylindrical-coordinate representation of color #756594: hue angle of 260.43º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756594 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117101148-
CMYK0.210.3200.42
HSL260.43º18.88%48.82%-
HSV(B)260.43º31.76%58.04%-
XYZ17.3415.2330.04-
YUV111.14148.8132.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=31.97%
G=27.60%
B=40.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171011480.210.3200.42260.4318.8848.82
Hex756594152002A1041331
Octal16514522425400524042361
Binary111010111001011001010010101100000010101010000010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756594; }

 p { color: rgb(117,101,148); }

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

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

 a { background-color: rgb(117,101,148); }

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

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

 span { border-color: rgb(117,101,148); }

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