#7B59BF

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

Shades of Blue Marguerite #7B59BF

Tints of Blue Marguerite #7B59BF

Color information

#7B59BF (or 0x7B59BF) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 59 and BF. RGB value is (123,89,191). Sum of RGB (Red+Green+Blue) = 123+89+191=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B59BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B59BF is #84A640. Grayscale: #6E6E6E. Windows color (decimal): -8693313 or 12540283. OLE color: 12540283.

HSL color Cylindrical-coordinate representation of color #7B59BF: hue angle of 260º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B59BF is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12389191-
CMYK0.360.5300.25
HSL260º44.35%54.9%-
HSV(B)260º53.4%74.9%-
XYZ21.1415.1251.09-
YUV110.79173.26136.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.52%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 191 (75% from 255) = 47.39%
R=30.52%
G=22.08%
B=47.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123891910.360.5300.2526044.3554.9
Hex7B59BF24350191042c37
Octal17313127744650314045467
Binary1111011101100110111111100100110101011001100000100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B59BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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