#755EAE

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

Shades of Blue Marguerite #755EAE

Tints of Blue Marguerite #755EAE

Color information

#755EAE (or 0x755EAE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5E and AE. RGB value is (117,94,174). Sum of RGB (Red+Green+Blue) = 117+94+174=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #755EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755EAE is #8AA151. Grayscale: #6D6D6D. Windows color (decimal): -9085266 or 11427445. OLE color: 11427445.

HSL color Cylindrical-coordinate representation of color #755EAE: hue angle of 257.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755EAE is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11794174-
CMYK0.330.4600.32
HSL257.25º33.06%52.55%-
HSV(B)257.25º45.98%68.24%-
XYZ18.9814.8441.91-
YUV110164.12133-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 94 (37.11% from 255) = 24.42%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=30.39%
G=24.42%
B=45.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117941740.330.4600.32257.2533.0652.55
Hex755EAE212E0201012135
Octal16513625641560404014165
Binary11101011011110101011101000011011100100000100000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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