#7753B7

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

Shades of Blue Marguerite #7753B7

Tints of Blue Marguerite #7753B7

Color information

#7753B7 (or 0x7753B7) is unknown color: approx Blue Marguerite. HEX triplet: 77, 53 and B7. RGB value is (119,83,183). Sum of RGB (Red+Green+Blue) = 119+83+183=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 183 - color contains mainly: blue. Hex color #7753B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7753B7 is #88AC48. Grayscale: #686868. Windows color (decimal): -8957001 or 12014455. OLE color: 12014455.

HSL color Cylindrical-coordinate representation of color #7753B7: hue angle of 261.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7753B7 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11983183-
CMYK0.350.5500.28
HSL261.6º40.98%52.16%-
HSV(B)261.6º54.64%71.76%-
XYZ19.2513.5346.4-
YUV105.16171.93137.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.91%
GREEN value IS 83 (32.81% from 255) = 21.56%
BLUE value IS 183 (71.88% from 255) = 47.53%
R=30.91%
G=21.56%
B=47.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal119831830.350.5500.28261.640.9852.16
Hex7753B7233701C1062934
Octal16712326743670344065164
Binary1110111101001110110111100011110111011100100000110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7753B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7753B7; }

 p { color: rgb(119,83,183); }

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

<style>
 a { background-color: #7753B7; }

 a { background-color: rgb(119,83,183); }

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

<style>
 span { border-color: #7753B7; }

 span { border-color: rgb(119,83,183); }

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