#755DAF

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

Shades of Blue Marguerite #755DAF

Tints of Blue Marguerite #755DAF

Color information

#755DAF (or 0x755DAF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5D and AF. RGB value is (117,93,175). Sum of RGB (Red+Green+Blue) = 117+93+175=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #755DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755DAF is #8AA250. Grayscale: #6D6D6D. Windows color (decimal): -9085521 or 11492725. OLE color: 11492725.

HSL color Cylindrical-coordinate representation of color #755DAF: hue angle of 257.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #755DAF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11793175-
CMYK0.330.4700.31
HSL257.56º33.88%52.55%-
HSV(B)257.56º46.86%68.63%-
XYZ18.9914.7142.4-
YUV109.52164.95133.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=30.39%
G=24.16%
B=45.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117931750.330.4700.31257.5633.8852.55
Hex755DAF212F01F1022235
Octal16513525741570374024265
Binary1110101101110110101111100001101111011111100000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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