#755BAC

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

Shades of Blue Marguerite #755BAC

Tints of Blue Marguerite #755BAC

Color information

#755BAC (or 0x755BAC) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5B and AC. RGB value is (117,91,172). Sum of RGB (Red+Green+Blue) = 117+91+172=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #755BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755BAC is #8AA453. Grayscale: #6B6B6B. Windows color (decimal): -9086036 or 11295605. OLE color: 11295605.

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

Color convert

RGB11791172-
CMYK0.320.4700.33
HSL259.26º32.79%51.57%-
HSV(B)259.26º47.09%67.45%-
XYZ18.5214.2440.8-
YUV108.01164.11134.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=30.79%
G=23.95%
B=45.26%

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
Decimal117911720.320.4700.33259.2632.7951.57
Hex755BAC202F0211032134
Octal16513325440570414034164
Binary11101011011011101011001000001011110100001100000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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