Shades of Blue Marguerite #756BBB
Tints of Blue Marguerite #756BBB
RGB
CMYK
RGB Variations
Color information
#756BBB (or 0x756BBB) is known color: Blue Marguerite. HEX triplet: 75, 6B and BB. RGB value is (117,107,187). Sum of RGB (Red+Green+Blue) = 117+107+187=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #756BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BBB is #8A9444. Grayscale: #767676. Windows color (decimal): -9081925 or 12282741. OLE color: 12282741.
HSL color Cylindrical-coordinate representation of color #756BBB: hue angle of 247.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #756BBB is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 107 | 187 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.27 |
| HSL | 247.5º | 0.37% | 0.58% | - |
| HSV(B) | 247.5º | 0.43% | 0.73% | - |
| XYZ | 21.56 | 17.89 | 49.33 | - |
| YUV | 119.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 187 | 0.37 | 0.43 | 0 | 0.27 | 247.5 | 0.37 | 0.58 |
| Hex | 75 | 6B | BB | 25 | 2B | 0 | 1B | F8 | 25 | 3A |
| Octal | 165 | 153 | 273 | 45 | 53 | 0 | 33 | 370 | 45 | 72 |
| Binary | 1110101 | 1101011 | 10111011 | 100101 | 101011 | 0 | 11011 | 11111000 | 100101 | 111010 |
Color Harmonies of #756BBB
Complementary color
Monochromatic Colors of #756BBB
Black with #756BBB
Text Example
Text Example
White with #756BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BBB; }
p { color: rgb(117,107,187); }
H1.HeaderClassName
{
color: #756BBB;
}
.AnyTagClassName
{
color: #756BBB;
}
</style>
background-color css
<style>
a { background-color: #756BBB; }
a { background-color: rgb(117,107,187); }
div.DivClassName
{
background-color: #756BBB;
}
.BgClassName
{
background-color: #756BBB;
}
</style>
border-color css
<style>
span { border-color: #756BBB; }
span { border-color: rgb(117,107,187); }
td.TdClassName
{
border-color: #756BBB;
}
.TagClassName
{
border-color: #756BBB;
}
</style>