#756CB7

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

Shades of Blue Marguerite #756CB7

Tints of Blue Marguerite #756CB7

Color information

#756CB7 (or 0x756CB7) is unknown color: approx Blue Marguerite. HEX triplet: 75, 6C and B7. RGB value is (117,108,183). Sum of RGB (Red+Green+Blue) = 117+108+183=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #756CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CB7 is #8A9348. Grayscale: #767676. Windows color (decimal): -9081673 or 12020853. OLE color: 12020853.

HSL color Cylindrical-coordinate representation of color #756CB7: hue angle of 247.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756CB7 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB117108183-
CMYK0.360.4100.28
HSL247.2º34.25%57.06%-
HSV(B)247.2º40.98%71.76%-
XYZ21.2517.9347.14-
YUV119.24163.98126.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 183 (71.88% from 255) = 44.85%
R=28.68%
G=26.47%
B=44.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171081830.360.4100.28247.234.2557.06
Hex756CB7242901Cf72239
Octal16515426744510343674271
Binary111010111011001011011110010010100101110011110111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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