Html Css Color HEX #805AB9 Blue Marguerite

📋 copy color: '#805AB9'

red 128 ◦ green 90 ◦ blue 185

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

Shades of Blue Marguerite #805AB9

Tints of Blue Marguerite #805AB9

RGB

 RED value IS 128 (50.39% from 255) = 31.76%

 GREEN value IS 90 (35.55% from 255) = 22.33%

 BLUE value IS 185 (72.66% from 255) = 45.91%

R = 31.76%
G = 22.33%
B = 45.91%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#805AB9 (or 0x805AB9) is known color: Blue Marguerite. HEX triplet: 80, 5A and B9. RGB value is (128,90,185). Sum of RGB (Red+Green+Blue) = 128+90+185=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #805AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805AB9 is #7FA546. Grayscale: #6F6F6F. Windows color (decimal): -8365383 or 12147328. OLE color: 12147328.

HSL color Cylindrical-coordinate representation of color #805AB9: hue angle of 264º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #805AB9 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 90 185 -
CMYK 0.31 0.51 0 0.27
HSL 264º 0.4% 0.54% -
HSV(B) 264º 0.51% 0.73% -
XYZ 21.32 15.4 47.75 -
YUV 112.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 128 90 185 0.31 0.51 0 0.27 264 0.4 0.54
Hex 80 5A B9 1F 33 0 1B 108 28 36
Octal 200 132 271 37 63 0 33 410 50 66
Binary 10000000 1011010 10111001 11111 110011 0 11011 100001000 101000 110110

Color Harmonies of #805AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AB9

Black with #805AB9

Text Example


Text Example

White with #805AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #805AB9;
 }
 .AnyTagClassName
 {
   color: #805AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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