Shades of Blue Marguerite #746DB7
Tints of Blue Marguerite #746DB7
RGB
CMYK
RGB Variations
Color information
#746DB7 (or 0x746DB7) is known color: Blue Marguerite. HEX triplet: 74, 6D and B7. RGB value is (116,109,183). Sum of RGB (Red+Green+Blue) = 116+109+183=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #746DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DB7 is #8B9248. Grayscale: #777777. Windows color (decimal): -9146953 or 12021108. OLE color: 12021108.
HSL color Cylindrical-coordinate representation of color #746DB7: hue angle of 245.68º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #746DB7 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 109 | 183 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.28 |
| HSL | 245.68º | 0.34% | 0.57% | - |
| HSV(B) | 245.68º | 0.4% | 0.72% | - |
| XYZ | 21.22 | 18.07 | 47.17 | - |
| YUV | 119.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 183 | 0.37 | 0.40 | 0 | 0.28 | 245.68 | 0.34 | 0.57 |
| Hex | 74 | 6D | B7 | 25 | 28 | 0 | 1C | F6 | 22 | 39 |
| Octal | 164 | 155 | 267 | 45 | 50 | 0 | 34 | 366 | 42 | 71 |
| Binary | 1110100 | 1101101 | 10110111 | 100101 | 101000 | 0 | 11100 | 11110110 | 100010 | 111001 |
Color Harmonies of #746DB7
Complementary color
Monochromatic Colors of #746DB7
Black with #746DB7
Text Example
Text Example
White with #746DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DB7; }
p { color: rgb(116,109,183); }
H1.HeaderClassName
{
color: #746DB7;
}
.AnyTagClassName
{
color: #746DB7;
}
</style>
background-color css
<style>
a { background-color: #746DB7; }
a { background-color: rgb(116,109,183); }
div.DivClassName
{
background-color: #746DB7;
}
.BgClassName
{
background-color: #746DB7;
}
</style>
border-color css
<style>
span { border-color: #746DB7; }
span { border-color: rgb(116,109,183); }
td.TdClassName
{
border-color: #746DB7;
}
.TagClassName
{
border-color: #746DB7;
}
</style>