Shades of Blue Marguerite #735FAC
Tints of Blue Marguerite #735FAC
RGB
CMYK
RGB Variations
Color information
#735FAC (or 0x735FAC) is known color: Blue Marguerite. HEX triplet: 73, 5F and AC. RGB value is (115,95,172). Sum of RGB (Red+Green+Blue) = 115+95+172=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #735FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735FAC is #8CA053. Grayscale: #6D6D6D. Windows color (decimal): -9216084 or 11296627. OLE color: 11296627.
HSL color Cylindrical-coordinate representation of color #735FAC: hue angle of 255.58º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #735FAC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 95 | 172 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.33 |
| HSL | 255.58º | 0.32% | 0.52% | - |
| HSV(B) | 255.58º | 0.45% | 0.67% | - |
| XYZ | 18.61 | 14.81 | 40.91 | - |
| YUV | 109.76 | 163.13 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 172 | 0.33 | 0.45 | 0 | 0.33 | 255.58 | 0.32 | 0.52 |
| Hex | 73 | 5F | AC | 21 | 2D | 0 | 21 | 100 | 20 | 34 |
| Octal | 163 | 137 | 254 | 41 | 55 | 0 | 41 | 400 | 40 | 64 |
| Binary | 1110011 | 1011111 | 10101100 | 100001 | 101101 | 0 | 100001 | 100000000 | 100000 | 110100 |
Color Harmonies of #735FAC
Complementary color
Monochromatic Colors of #735FAC
Black with #735FAC
Text Example
Text Example
White with #735FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FAC; }
p { color: rgb(115,95,172); }
H1.HeaderClassName
{
color: #735FAC;
}
.AnyTagClassName
{
color: #735FAC;
}
</style>
background-color css
<style>
a { background-color: #735FAC; }
a { background-color: rgb(115,95,172); }
div.DivClassName
{
background-color: #735FAC;
}
.BgClassName
{
background-color: #735FAC;
}
</style>
border-color css
<style>
span { border-color: #735FAC; }
span { border-color: rgb(115,95,172); }
td.TdClassName
{
border-color: #735FAC;
}
.TagClassName
{
border-color: #735FAC;
}
</style>