#7B59BA

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

Shades of Blue Marguerite #7B59BA

Tints of Blue Marguerite #7B59BA

Color information

#7B59BA (or 0x7B59BA) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 59 and BA. RGB value is (123,89,186). Sum of RGB (Red+Green+Blue) = 123+89+186=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B59BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B59BA is #84A645. Grayscale: #6D6D6D. Windows color (decimal): -8693318 or 12212603. OLE color: 12212603.

HSL color Cylindrical-coordinate representation of color #7B59BA: hue angle of 261.03º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B59BA is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12389186-
CMYK0.340.5200.27
HSL261.03º41.28%53.92%-
HSV(B)261.03º52.15%72.94%-
XYZ20.614.948.24-
YUV110.22170.76137.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.90%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=30.90%
G=22.36%
B=46.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123891860.340.5200.27261.0341.2853.92
Hex7B59BA223401B1052936
Octal17313127242640334055166
Binary1111011101100110111010100010110100011011100000101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B59BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B59BA; }

 p { color: rgb(123,89,186); }

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

<style>
 a { background-color: #7B59BA; }

 a { background-color: rgb(123,89,186); }

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

<style>
 span { border-color: #7B59BA; }

 span { border-color: rgb(123,89,186); }

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