Html Css Color HEX #805ABA Blue Marguerite

📋 copy color: '#805ABA'

red 128 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #805ABA

Tints of Blue Marguerite #805ABA

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 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

#805ABA (or 0x805ABA) is known color: 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

RGB 128 90 186 -
CMYK 0.31 0.52 0 0.27
HSL 263.75º 0.41% 0.54% -
HSV(B) 263.75º 0.52% 0.73% -
XYZ 21.42 15.45 48.31 -
YUV 112.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 128 90 186 0.31 0.52 0 0.27 263.75 0.41 0.54
Hex 80 5A BA 1F 34 0 1B 108 29 36
Octal 200 132 272 37 64 0 33 410 51 66
Binary 10000000 1011010 10111010 11111 110100 0 11011 100001000 101001 110110

Color Harmonies of #805ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805ABA

Black with #805ABA

Text Example


Text Example

White with #805ABA

Text Example


Text Example

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