#756EA8

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

Shades of Scampi #756EA8

Tints of Scampi #756EA8

Color information

#756EA8 (or 0x756EA8) is unknown color: approx Scampi. HEX triplet: 75, 6E and A8. RGB value is (117,110,168). Sum of RGB (Red+Green+Blue) = 117+110+168=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 168 - color contains mainly: blue. Hex color #756EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756EA8 is #8A9157. Grayscale: #767676. Windows color (decimal): -9081176 or 11038325. OLE color: 11038325.

HSL color Cylindrical-coordinate representation of color #756EA8: hue angle of 247.24º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #756EA8 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB117110168-
CMYK0.300.3500.34
HSL247.24º25%54.51%-
HSV(B)247.24º34.52%65.88%-
XYZ19.9817.7639.42-
YUV118.7155.82126.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 168 (66.02% from 255) = 42.53%
R=29.62%
G=27.85%
B=42.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1171101680.300.3500.34247.242554.51
Hex756EA81E23022f71937
Octal16515625036430423673167
Binary11101011101110101010001111010001101000101111011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,110,168); }

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

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

 a { background-color: rgb(117,110,168); }

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

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

 span { border-color: rgb(117,110,168); }

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