Shades of Blue Marguerite #735AB2
Tints of Blue Marguerite #735AB2
RGB
CMYK
RGB Variations
Color information
#735AB2 (or 0x735AB2) is known color: Blue Marguerite. HEX triplet: 73, 5A and B2. RGB value is (115,90,178). Sum of RGB (Red+Green+Blue) = 115+90+178=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #735AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735AB2 is #8CA54D. Grayscale: #6B6B6B. Windows color (decimal): -9217358 or 11688563. OLE color: 11688563.
HSL color Cylindrical-coordinate representation of color #735AB2: hue angle of 257.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #735AB2 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 90 | 178 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.30 |
| HSL | 257.05º | 0.36% | 0.53% | - |
| HSV(B) | 257.05º | 0.49% | 0.7% | - |
| XYZ | 18.76 | 14.17 | 43.87 | - |
| YUV | 107.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 178 | 0.35 | 0.49 | 0 | 0.30 | 257.05 | 0.36 | 0.53 |
| Hex | 73 | 5A | B2 | 23 | 31 | 0 | 1E | 101 | 24 | 35 |
| Octal | 163 | 132 | 262 | 43 | 61 | 0 | 36 | 401 | 44 | 65 |
| Binary | 1110011 | 1011010 | 10110010 | 100011 | 110001 | 0 | 11110 | 100000001 | 100100 | 110101 |
Color Harmonies of #735AB2
Complementary color
Monochromatic Colors of #735AB2
Black with #735AB2
Text Example
Text Example
White with #735AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735AB2; }
p { color: rgb(115,90,178); }
H1.HeaderClassName
{
color: #735AB2;
}
.AnyTagClassName
{
color: #735AB2;
}
</style>
background-color css
<style>
a { background-color: #735AB2; }
a { background-color: rgb(115,90,178); }
div.DivClassName
{
background-color: #735AB2;
}
.BgClassName
{
background-color: #735AB2;
}
</style>
border-color css
<style>
span { border-color: #735AB2; }
span { border-color: rgb(115,90,178); }
td.TdClassName
{
border-color: #735AB2;
}
.TagClassName
{
border-color: #735AB2;
}
</style>