#756CAF

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

Shades of Scampi #756CAF

Tints of Scampi #756CAF

Color information

#756CAF (or 0x756CAF) is unknown color: approx Scampi. HEX triplet: 75, 6C and AF. RGB value is (117,108,175). Sum of RGB (Red+Green+Blue) = 117+108+175=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #756CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756CAF is #8A9350. Grayscale: #767676. Windows color (decimal): -9081681 or 11496565. OLE color: 11496565.

HSL color Cylindrical-coordinate representation of color #756CAF: hue angle of 248.06º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756CAF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117108175-
CMYK0.330.3800.31
HSL248.06º29.52%55.49%-
HSV(B)248.06º38.29%68.63%-
XYZ20.4417.642.88-
YUV118.33159.98127.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 108 (42.58% from 255) = 27%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=29.25%
G=27%
B=43.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171081750.330.3800.31248.0629.5255.49
Hex756CAF212601Ff81e37
Octal16515425741460373703667
Binary11101011101100101011111000011001100111111111100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756CAF; }

 p { color: rgb(117,108,175); }

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

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

 a { background-color: rgb(117,108,175); }

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

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

 span { border-color: rgb(117,108,175); }

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