#7752BA

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

Shades of Blue Marguerite #7752BA

Tints of Blue Marguerite #7752BA

Color information

#7752BA (or 0x7752BA) is unknown color: approx Blue Marguerite. HEX triplet: 77, 52 and BA. RGB value is (119,82,186). Sum of RGB (Red+Green+Blue) = 119+82+186=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #7752BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752BA is #88AD45. Grayscale: #686868. Windows color (decimal): -8957254 or 12210807. OLE color: 12210807.

HSL color Cylindrical-coordinate representation of color #7752BA: hue angle of 261.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7752BA is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11982186-
CMYK0.360.5600.27
HSL261.35º42.98%52.55%-
HSV(B)261.35º55.91%72.94%-
XYZ19.4913.548.03-
YUV104.92173.76138.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=30.75%
G=21.19%
B=48.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119821860.360.5600.27261.3542.9852.55
Hex7752BA243801B1052b35
Octal16712227244700334055365
Binary1110111101001010111010100100111000011011100000101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7752BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7752BA; }

 p { color: rgb(119,82,186); }

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

<style>
 a { background-color: #7752BA; }

 a { background-color: rgb(119,82,186); }

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

<style>
 span { border-color: #7752BA; }

 span { border-color: rgb(119,82,186); }

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