#755AAB

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

Shades of Blue Marguerite #755AAB

Tints of Blue Marguerite #755AAB

Color information

#755AAB (or 0x755AAB) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5A and AB. RGB value is (117,90,171). Sum of RGB (Red+Green+Blue) = 117+90+171=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #755AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755AAB is #8AA554. Grayscale: #6B6B6B. Windows color (decimal): -9086293 or 11229813. OLE color: 11229813.

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

Color convert

RGB11790171-
CMYK0.320.4700.33
HSL260º32.53%51.18%-
HSV(B)260º47.37%67.06%-
XYZ18.3414.0340.27-
YUV107.31163.95134.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=30.95%
G=23.81%
B=45.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117901710.320.4700.3326032.5351.18
Hex755AAB202F0211042133
Octal16513225340570414044163
Binary11101011011010101010111000001011110100001100000100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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