#756BAF

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

Shades of Scampi #756BAF

Tints of Scampi #756BAF

Color information

#756BAF (or 0x756BAF) is unknown color: approx Scampi. HEX triplet: 75, 6B and AF. RGB value is (117,107,175). Sum of RGB (Red+Green+Blue) = 117+107+175=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #756BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BAF is #8A9450. Grayscale: #757575. Windows color (decimal): -9081937 or 11496309. OLE color: 11496309.

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

Color convert

RGB117107175-
CMYK0.330.3900.31
HSL248.82º29.82%55.29%-
HSV(B)248.82º38.86%68.63%-
XYZ20.3317.3942.84-
YUV117.74160.31127.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=29.32%
G=26.82%
B=43.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171071750.330.3900.31248.8229.8255.29
Hex756BAF212701Ff91e37
Octal16515325741470373713667
Binary11101011101011101011111000011001110111111111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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