Shades of Blue Marguerite #735AAB
Tints of Blue Marguerite #735AAB
RGB
CMYK
RGB Variations
Color information
#735AAB (or 0x735AAB) is known color: Blue Marguerite. HEX triplet: 73, 5A and AB. RGB value is (115,90,171). Sum of RGB (Red+Green+Blue) = 115+90+171=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #735AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735AAB is #8CA554. Grayscale: #6A6A6A. Windows color (decimal): -9217365 or 11229811. OLE color: 11229811.
HSL color Cylindrical-coordinate representation of color #735AAB: hue angle of 258.52º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #735AAB is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 90 | 171 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.33 |
| HSL | 258.52º | 0.33% | 0.51% | - |
| HSV(B) | 258.52º | 0.47% | 0.67% | - |
| XYZ | 18.08 | 13.9 | 40.26 | - |
| YUV | 106.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 171 | 0.33 | 0.47 | 0 | 0.33 | 258.52 | 0.33 | 0.51 |
| Hex | 73 | 5A | AB | 21 | 2F | 0 | 21 | 103 | 21 | 33 |
| Octal | 163 | 132 | 253 | 41 | 57 | 0 | 41 | 403 | 41 | 63 |
| Binary | 1110011 | 1011010 | 10101011 | 100001 | 101111 | 0 | 100001 | 100000011 | 100001 | 110011 |
Color Harmonies of #735AAB
Complementary color
Monochromatic Colors of #735AAB
Black with #735AAB
Text Example
Text Example
White with #735AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735AAB; }
p { color: rgb(115,90,171); }
H1.HeaderClassName
{
color: #735AAB;
}
.AnyTagClassName
{
color: #735AAB;
}
</style>
background-color css
<style>
a { background-color: #735AAB; }
a { background-color: rgb(115,90,171); }
div.DivClassName
{
background-color: #735AAB;
}
.BgClassName
{
background-color: #735AAB;
}
</style>
border-color css
<style>
span { border-color: #735AAB; }
span { border-color: rgb(115,90,171); }
td.TdClassName
{
border-color: #735AAB;
}
.TagClassName
{
border-color: #735AAB;
}
</style>