Shades of Blue Marguerite #735AB4
Tints of Blue Marguerite #735AB4
RGB
CMYK
RGB Variations
Color information
#735AB4 (or 0x735AB4) is known color: Blue Marguerite. HEX triplet: 73, 5A and B4. RGB value is (115,90,180). Sum of RGB (Red+Green+Blue) = 115+90+180=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #735AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AB4 is #8CA54B. Grayscale: #6B6B6B. Windows color (decimal): -9217356 or 11819635. OLE color: 11819635.
HSL color Cylindrical-coordinate representation of color #735AB4: hue angle of 256.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #735AB4 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 90 | 180 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.29 |
| HSL | 256.67º | 0.38% | 0.53% | - |
| HSV(B) | 256.67º | 0.5% | 0.71% | - |
| XYZ | 18.96 | 14.25 | 44.93 | - |
| YUV | 107.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 180 | 0.36 | 0.50 | 0 | 0.29 | 256.67 | 0.38 | 0.53 |
| Hex | 73 | 5A | B4 | 24 | 32 | 0 | 1D | 101 | 26 | 35 |
| Octal | 163 | 132 | 264 | 44 | 62 | 0 | 35 | 401 | 46 | 65 |
| Binary | 1110011 | 1011010 | 10110100 | 100100 | 110010 | 0 | 11101 | 100000001 | 100110 | 110101 |
Color Harmonies of #735AB4
Complementary color
Monochromatic Colors of #735AB4
Black with #735AB4
Text Example
Text Example
White with #735AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735AB4; }
p { color: rgb(115,90,180); }
H1.HeaderClassName
{
color: #735AB4;
}
.AnyTagClassName
{
color: #735AB4;
}
</style>
background-color css
<style>
a { background-color: #735AB4; }
a { background-color: rgb(115,90,180); }
div.DivClassName
{
background-color: #735AB4;
}
.BgClassName
{
background-color: #735AB4;
}
</style>
border-color css
<style>
span { border-color: #735AB4; }
span { border-color: rgb(115,90,180); }
td.TdClassName
{
border-color: #735AB4;
}
.TagClassName
{
border-color: #735AB4;
}
</style>