#756699

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

Shades of Scampi #756699

Tints of Scampi #756699

Color information

#756699 (or 0x756699) is unknown color: approx Scampi. HEX triplet: 75, 66 and 99. RGB value is (117,102,153). Sum of RGB (Red+Green+Blue) = 117+102+153=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #756699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756699 is #8A9966. Grayscale: #707070. Windows color (decimal): -9083239 or 10053237. OLE color: 10053237.

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

Color convert

RGB117102153-
CMYK0.240.3300.4
HSL257.65º20%50%-
HSV(B)257.65º33.33%60%-
XYZ17.8415.5832.2-
YUV112.3150.97131.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=31.45%
G=27.42%
B=41.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171021530.240.3300.4257.652050
Hex75669918210281021432
Octal16514623130410504022462
Binary111010111001101001100111000100001010100010000001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756699; }

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

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

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

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

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

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

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

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