#8059B9

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

Shades of Blue Marguerite #8059B9

Tints of Blue Marguerite #8059B9

Color information

#8059B9 (or 0x8059B9) is unknown color: approx Blue Marguerite. HEX triplet: 80, 59 and B9. RGB value is (128,89,185). Sum of RGB (Red+Green+Blue) = 128+89+185=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: blue. Hex color #8059B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059B9 is #7FA646. Grayscale: #6F6F6F. Windows color (decimal): -8365639 or 12147072. OLE color: 12147072.

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

Color convert

RGB12889185-
CMYK0.310.5200.27
HSL264.38º40.68%53.73%-
HSV(B)264.38º51.89%72.55%-
XYZ21.2315.2447.72-
YUV111.6169.42139.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 185 (72.66% from 255) = 46.02%
R=31.84%
G=22.14%
B=46.02%

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
Decimal128891850.310.5200.27264.3840.6853.73
Hex8059B91F3401B1082936
Octal20013127137640334105166
Binary1000000010110011011100111111110100011011100001000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8059B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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