#755eb5

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

Shades of Blue Marguerite #755EB5

Tints of Blue Marguerite #755EB5

Color information

#755EB5 (or 0x755EB5) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5E and B5. RGB value is (117,94,181). Sum of RGB (Red+Green+Blue) = 117+94+181=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #755EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EB5 is #8AA14A. Grayscale: #6E6E6E. Windows color (decimal): -9085259 or 11886197. OLE color: 11886197.

HSL color Cylindrical-coordinate representation of color #755EB5: hue angle of 255.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #755EB5 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11794181-
CMYK0.350.4800.29
HSL255.86º37.02%53.92%-
HSV(B)255.86º48.07%70.98%-
XYZ19.6815.1245.6-
YUV110.8167.62132.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 181 (71.09% from 255) = 46.17%
R=29.85%
G=23.98%
B=46.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117941810.350.4800.29255.8637.0253.92
Hex755EB5233001D1002536
Octal16513626543600354004566
Binary1110101101111010110101100011110000011101100000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755eb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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