Html Css Color HEX #8059BA Blue Marguerite

📋 copy color: '#8059BA'

red 128 ◦ green 89 ◦ blue 186

#8059BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #8059BA

Tints of Blue Marguerite #8059BA

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 value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8059BA (or 0x8059BA) is known color: 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

RGB 128 89 186 -
CMYK 0.31 0.52 0 0.27
HSL 264.12º 0.41% 0.54% -
HSV(B) 264.12º 0.52% 0.73% -
XYZ 21.34 15.28 48.28 -
YUV 111.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 128 89 186 0.31 0.52 0 0.27 264.12 0.41 0.54
Hex 80 59 BA 1F 34 0 1B 108 29 36
Octal 200 131 272 37 64 0 33 410 51 66
Binary 10000000 1011001 10111010 11111 110100 0 11011 100001000 101001 110110

Color Harmonies of #8059BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8059BA

Black with #8059BA

Text Example


Text Example

White with #8059BA

Text Example


Text Example

HTML Codes & Css Web 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>