#755BAB

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

Shades of Blue Marguerite #755BAB

Tints of Blue Marguerite #755BAB

Color information

#755BAB (or 0x755BAB) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5B and AB. RGB value is (117,91,171). Sum of RGB (Red+Green+Blue) = 117+91+171=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #755BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755BAB is #8AA454. Grayscale: #6B6B6B. Windows color (decimal): -9086037 or 11230069. OLE color: 11230069.

HSL color Cylindrical-coordinate representation of color #755BAB: hue angle of 259.5º degrees, saturation: 0.32, 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 #755BAB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11791171-
CMYK0.320.4700.33
HSL259.5º32.26%51.37%-
HSV(B)259.5º46.78%67.06%-
XYZ18.4314.240.3-
YUV107.89163.61134.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=30.87%
G=24.01%
B=45.12%

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
Decimal117911710.320.4700.33259.532.2651.37
Hex755BAB202F0211042033
Octal16513325340570414044063
Binary11101011011011101010111000001011110100001100000100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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