#755AAE

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

Shades of Blue Marguerite #755AAE

Tints of Blue Marguerite #755AAE

Color information

#755AAE (or 0x755AAE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5A and AE. RGB value is (117,90,174). Sum of RGB (Red+Green+Blue) = 117+90+174=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #755AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755AAE is #8AA551. Grayscale: #6B6B6B. Windows color (decimal): -9086290 or 11426421. OLE color: 11426421.

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

Color convert

RGB11790174-
CMYK0.330.4800.32
HSL259.29º34.15%51.76%-
HSV(B)259.29º48.28%68.24%-
XYZ18.6314.1541.79-
YUV107.65165.45134.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=30.71%
G=23.62%
B=45.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117901740.330.4800.32259.2934.1551.76
Hex755AAE21300201032234
Octal16513225641600404034264
Binary11101011011010101011101000011100000100000100000011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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