#755EB1

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

Shades of Blue Marguerite #755EB1

Tints of Blue Marguerite #755EB1

Color information

#755EB1 (or 0x755EB1) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5E and B1. RGB value is (117,94,177). Sum of RGB (Red+Green+Blue) = 117+94+177=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #755EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755EB1 is #8AA14E. Grayscale: #6E6E6E. Windows color (decimal): -9085263 or 11624053. OLE color: 11624053.

HSL color Cylindrical-coordinate representation of color #755EB1: hue angle of 256.63º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #755EB1 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11794177-
CMYK0.340.4700.31
HSL256.63º34.73%53.14%-
HSV(B)256.63º46.89%69.41%-
XYZ19.2714.9643.47-
YUV110.34165.62132.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=30.15%
G=24.23%
B=45.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117941770.340.4700.31256.6334.7353.14
Hex755EB1222F01F1012335
Octal16513626142570374014365
Binary1110101101111010110001100010101111011111100000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755EB1; }

 p { color: rgb(117,94,177); }

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

<style>
 a { background-color: #755EB1; }

 a { background-color: rgb(117,94,177); }

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

<style>
 span { border-color: #755EB1; }

 span { border-color: rgb(117,94,177); }

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