#7650BA

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

Shades of Blue Marguerite #7650BA

Tints of Blue Marguerite #7650BA

Color information

#7650BA (or 0x7650BA) is unknown color: approx Blue Marguerite. HEX triplet: 76, 50 and BA. RGB value is (118,80,186). Sum of RGB (Red+Green+Blue) = 118+80+186=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #7650BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7650BA is #89AF45. Grayscale: #676767. Windows color (decimal): -9023302 or 12210294. OLE color: 12210294.

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

Color convert

RGB11880186-
CMYK0.370.5700.27
HSL261.51º43.44%52.16%-
HSV(B)261.51º56.99%72.94%-
XYZ19.213.1347.98-
YUV103.45174.59138.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=30.73%
G=20.83%
B=48.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118801860.370.5700.27261.5143.4452.16
Hex7650BA253901B1062b34
Octal16612027245710334065364
Binary1110110101000010111010100101111001011011100000110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7650BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,80,186); }

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

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

 a { background-color: rgb(118,80,186); }

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

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

 span { border-color: rgb(118,80,186); }

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