Shades of Blue Marguerite #735DAF
Tints of Blue Marguerite #735DAF
RGB
CMYK
RGB Variations
Color information
#735DAF (or 0x735DAF) is known color: Blue Marguerite. HEX triplet: 73, 5D and AF. RGB value is (115,93,175). Sum of RGB (Red+Green+Blue) = 115+93+175=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #735DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735DAF is #8CA250. Grayscale: #6C6C6C. Windows color (decimal): -9216593 or 11492723. OLE color: 11492723.
HSL color Cylindrical-coordinate representation of color #735DAF: hue angle of 256.1º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #735DAF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 93 | 175 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.31 |
| HSL | 256.1º | 0.34% | 0.53% | - |
| HSV(B) | 256.1º | 0.47% | 0.69% | - |
| XYZ | 18.72 | 14.57 | 42.38 | - |
| YUV | 108.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 175 | 0.34 | 0.47 | 0 | 0.31 | 256.1 | 0.34 | 0.53 |
| Hex | 73 | 5D | AF | 22 | 2F | 0 | 1F | 100 | 22 | 35 |
| Octal | 163 | 135 | 257 | 42 | 57 | 0 | 37 | 400 | 42 | 65 |
| Binary | 1110011 | 1011101 | 10101111 | 100010 | 101111 | 0 | 11111 | 100000000 | 100010 | 110101 |
Color Harmonies of #735DAF
Complementary color
Monochromatic Colors of #735DAF
Black with #735DAF
Text Example
Text Example
White with #735DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DAF; }
p { color: rgb(115,93,175); }
H1.HeaderClassName
{
color: #735DAF;
}
.AnyTagClassName
{
color: #735DAF;
}
</style>
background-color css
<style>
a { background-color: #735DAF; }
a { background-color: rgb(115,93,175); }
div.DivClassName
{
background-color: #735DAF;
}
.BgClassName
{
background-color: #735DAF;
}
</style>
border-color css
<style>
span { border-color: #735DAF; }
span { border-color: rgb(115,93,175); }
td.TdClassName
{
border-color: #735DAF;
}
.TagClassName
{
border-color: #735DAF;
}
</style>