#756FA5

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

Shades of Scampi #756FA5

Tints of Scampi #756FA5

Color information

#756FA5 (or 0x756FA5) is unknown color: approx Scampi. HEX triplet: 75, 6F and A5. RGB value is (117,111,165). Sum of RGB (Red+Green+Blue) = 117+111+165=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 165 - color contains mainly: blue. Hex color #756FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756FA5 is #8A905A. Grayscale: #767676. Windows color (decimal): -9080923 or 10841973. OLE color: 10841973.

HSL color Cylindrical-coordinate representation of color #756FA5: hue angle of 246.67º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #756FA5 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB117111165-
CMYK0.290.3300.35
HSL246.67º23.08%54.12%-
HSV(B)246.67º32.73%64.71%-
XYZ19.8117.8738-
YUV118.95153.99126.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=29.77%
G=28.24%
B=41.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171111650.290.3300.35246.6723.0854.12
Hex756FA51D21023f71736
Octal16515724535410433672766
Binary11101011101111101001011110110000101000111111011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,111,165); }

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

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

 a { background-color: rgb(117,111,165); }

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

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

 span { border-color: rgb(117,111,165); }

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