#755DB9

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

Shades of Blue Marguerite #755DB9

Tints of Blue Marguerite #755DB9

Color information

#755DB9 (or 0x755DB9) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5D and B9. RGB value is (117,93,185). Sum of RGB (Red+Green+Blue) = 117+93+185=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #755DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DB9 is #8AA246. Grayscale: #6E6E6E. Windows color (decimal): -9085511 or 12148085. OLE color: 12148085.

HSL color Cylindrical-coordinate representation of color #755DB9: hue angle of 255.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #755DB9 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11793185-
CMYK0.370.5000.27
HSL255.65º39.66%54.51%-
HSV(B)255.65º49.73%72.55%-
XYZ20.0115.1147.76-
YUV110.66169.95132.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 185 (72.66% from 255) = 46.84%
R=29.62%
G=23.54%
B=46.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117931850.370.5000.27255.6539.6654.51
Hex755DB9253201B1002837
Octal16513527145620334005067
Binary1110101101110110111001100101110010011011100000000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,93,185); }

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

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

 a { background-color: rgb(117,93,185); }

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

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

 span { border-color: rgb(117,93,185); }

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