#755AAF

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

Shades of Blue Marguerite #755AAF

Tints of Blue Marguerite #755AAF

Color information

#755AAF (or 0x755AAF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5A and AF. RGB value is (117,90,175). Sum of RGB (Red+Green+Blue) = 117+90+175=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #755AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755AAF is #8AA550. Grayscale: #6B6B6B. Windows color (decimal): -9086289 or 11491957. OLE color: 11491957.

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

Color convert

RGB11790175-
CMYK0.330.4900.31
HSL259.06º34.69%51.96%-
HSV(B)259.06º48.57%68.63%-
XYZ18.7314.1942.31-
YUV107.76165.95134.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=30.63%
G=23.56%
B=45.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117901750.330.4900.31259.0634.6951.96
Hex755AAF213101F1032334
Octal16513225741610374034364
Binary1110101101101010101111100001110001011111100000011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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