#755AB1

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

Shades of Blue Marguerite #755AB1

Tints of Blue Marguerite #755AB1

Color information

#755AB1 (or 0x755AB1) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5A and B1. RGB value is (117,90,177). Sum of RGB (Red+Green+Blue) = 117+90+177=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #755AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755AB1 is #8AA54E. Grayscale: #6B6B6B. Windows color (decimal): -9086287 or 11623029. OLE color: 11623029.

HSL color Cylindrical-coordinate representation of color #755AB1: hue angle of 258.62º degrees, saturation: 0.36, 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 #755AB1 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11790177-
CMYK0.340.4900.31
HSL258.62º35.8%52.35%-
HSV(B)258.62º49.15%69.41%-
XYZ18.9314.2743.35-
YUV107.99166.95134.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 90 (35.55% from 255) = 23.44%
BLUE value IS 177 (69.53% from 255) = 46.09%
R=30.47%
G=23.44%
B=46.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117901770.340.4900.31258.6235.852.35
Hex755AB1223101F1032434
Octal16513226142610374034464
Binary1110101101101010110001100010110001011111100000011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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