Shades of Blue Marguerite #756DB4
Tints of Blue Marguerite #756DB4
RGB
CMYK
RGB Variations
Color information
#756DB4 (or 0x756DB4) is known color: Blue Marguerite. HEX triplet: 75, 6D and B4. RGB value is (117,109,180). Sum of RGB (Red+Green+Blue) = 117+109+180=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #756DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DB4 is #8A924B. Grayscale: #777777. Windows color (decimal): -9081420 or 11824501. OLE color: 11824501.
HSL color Cylindrical-coordinate representation of color #756DB4: hue angle of 246.76º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #756DB4 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 109 | 180 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.29 |
| HSL | 246.76º | 0.32% | 0.57% | - |
| HSV(B) | 246.76º | 0.39% | 0.71% | - |
| XYZ | 21.04 | 18.01 | 45.55 | - |
| YUV | 119.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 180 | 0.35 | 0.39 | 0 | 0.29 | 246.76 | 0.32 | 0.57 |
| Hex | 75 | 6D | B4 | 23 | 27 | 0 | 1D | F7 | 20 | 39 |
| Octal | 165 | 155 | 264 | 43 | 47 | 0 | 35 | 367 | 40 | 71 |
| Binary | 1110101 | 1101101 | 10110100 | 100011 | 100111 | 0 | 11101 | 11110111 | 100000 | 111001 |
Color Harmonies of #756DB4
Complementary color
Monochromatic Colors of #756DB4
Black with #756DB4
Text Example
Text Example
White with #756DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DB4; }
p { color: rgb(117,109,180); }
H1.HeaderClassName
{
color: #756DB4;
}
.AnyTagClassName
{
color: #756DB4;
}
</style>
background-color css
<style>
a { background-color: #756DB4; }
a { background-color: rgb(117,109,180); }
div.DivClassName
{
background-color: #756DB4;
}
.BgClassName
{
background-color: #756DB4;
}
</style>
border-color css
<style>
span { border-color: #756DB4; }
span { border-color: rgb(117,109,180); }
td.TdClassName
{
border-color: #756DB4;
}
.TagClassName
{
border-color: #756DB4;
}
</style>