#8059BA

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

Shades of Blue Marguerite #8059BA

Tints of Blue Marguerite #8059BA

Color information

#8059BA (or 0x8059BA) is unknown color: approx Blue Marguerite. HEX triplet: 80, 59 and BA. RGB value is (128,89,186). Sum of RGB (Red+Green+Blue) = 128+89+186=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #8059BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059BA is #7FA645. Grayscale: #6F6F6F. Windows color (decimal): -8365638 or 12212608. OLE color: 12212608.

HSL color Cylindrical-coordinate representation of color #8059BA: hue angle of 264.12º 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 #8059BA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12889186-
CMYK0.310.5200.27
HSL264.12º41.28%53.92%-
HSV(B)264.12º52.15%72.94%-
XYZ21.3415.2848.28-
YUV111.72169.92139.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=31.76%
G=22.08%
B=46.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128891860.310.5200.27264.1241.2853.92
Hex8059BA1F3401B1082936
Octal20013127237640334105166
Binary1000000010110011011101011111110100011011100001000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8059BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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