#755BB5

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

Shades of Blue Marguerite #755BB5

Tints of Blue Marguerite #755BB5

Color information

#755BB5 (or 0x755BB5) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5B and B5. RGB value is (117,91,181). Sum of RGB (Red+Green+Blue) = 117+91+181=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #755BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BB5 is #8AA44A. Grayscale: #6C6C6C. Windows color (decimal): -9086027 or 11885429. OLE color: 11885429.

HSL color Cylindrical-coordinate representation of color #755BB5: hue angle of 257.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #755BB5 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11791181-
CMYK0.350.5000.29
HSL257.33º37.82%53.33%-
HSV(B)257.33º49.72%70.98%-
XYZ19.4214.645.51-
YUV109.03168.61133.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 181 (71.09% from 255) = 46.53%
R=30.08%
G=23.39%
B=46.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117911810.350.5000.29257.3337.8253.33
Hex755BB5233201D1012635
Octal16513326543620354014665
Binary1110101101101110110101100011110010011101100000001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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