#805ABA

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

Shades of Blue Marguerite #805ABA

Tints of Blue Marguerite #805ABA

Color information

#805ABA (or 0x805ABA) is unknown color: approx Blue Marguerite. HEX triplet: 80, 5A and BA. RGB value is (128,90,186). Sum of RGB (Red+Green+Blue) = 128+90+186=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #805ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ABA is #7FA545. Grayscale: #6F6F6F. Windows color (decimal): -8365382 or 12212864. OLE color: 12212864.

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

Color convert

RGB12890186-
CMYK0.310.5200.27
HSL263.75º41.03%54.12%-
HSV(B)263.75º51.61%72.94%-
XYZ21.4215.4548.31-
YUV112.31169.59139.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=31.68%
G=22.28%
B=46.04%

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
Decimal128901860.310.5200.27263.7541.0354.12
Hex805ABA1F3401B1082936
Octal20013227237640334105166
Binary1000000010110101011101011111110100011011100001000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805ABA; }

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

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

<style>
 a { background-color: #805ABA; }

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

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

<style>
 span { border-color: #805ABA; }

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

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