Shades of Blue Marguerite #805ABB
Tints of Blue Marguerite #805ABB
RGB
CMYK
RGB Variations
Color information
#805ABB (or 0x805ABB) is known color: Blue Marguerite. HEX triplet: 80, 5A and BB. RGB value is (128,90,187). Sum of RGB (Red+Green+Blue) = 128+90+187=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #805ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ABB is #7FA544. Grayscale: #707070. Windows color (decimal): -8365381 or 12278400. OLE color: 12278400.
HSL color Cylindrical-coordinate representation of color #805ABB: hue angle of 263.51º degrees, saturation: 0.42, 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 #805ABB is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 90 | 187 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.27 |
| HSL | 263.51º | 0.42% | 0.54% | - |
| HSV(B) | 263.51º | 0.52% | 0.73% | - |
| XYZ | 21.53 | 15.49 | 48.87 | - |
| YUV | 112.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 187 | 0.32 | 0.52 | 0 | 0.27 | 263.51 | 0.42 | 0.54 |
| Hex | 80 | 5A | BB | 20 | 34 | 0 | 1B | 108 | 2A | 36 |
| Octal | 200 | 132 | 273 | 40 | 64 | 0 | 33 | 410 | 52 | 66 |
| Binary | 10000000 | 1011010 | 10111011 | 100000 | 110100 | 0 | 11011 | 100001000 | 101010 | 110110 |
Color Harmonies of #805ABB
Complementary color
Monochromatic Colors of #805ABB
Black with #805ABB
Text Example
Text Example
White with #805ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805ABB; }
p { color: rgb(128,90,187); }
H1.HeaderClassName
{
color: #805ABB;
}
.AnyTagClassName
{
color: #805ABB;
}
</style>
background-color css
<style>
a { background-color: #805ABB; }
a { background-color: rgb(128,90,187); }
div.DivClassName
{
background-color: #805ABB;
}
.BgClassName
{
background-color: #805ABB;
}
</style>
border-color css
<style>
span { border-color: #805ABB; }
span { border-color: rgb(128,90,187); }
td.TdClassName
{
border-color: #805ABB;
}
.TagClassName
{
border-color: #805ABB;
}
</style>