Shades of Blue Marguerite #755BAC
Tints of Blue Marguerite #755BAC
RGB
CMYK
RGB Variations
Color information
#755BAC (or 0x755BAC) is known color: Blue Marguerite. HEX triplet: 75, 5B and AC. RGB value is (117,91,172). Sum of RGB (Red+Green+Blue) = 117+91+172=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #755BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755BAC is #8AA453. Grayscale: #6B6B6B. Windows color (decimal): -9086036 or 11295605. OLE color: 11295605.
HSL color Cylindrical-coordinate representation of color #755BAC: hue angle of 259.26º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #755BAC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 91 | 172 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.33 |
| HSL | 259.26º | 0.33% | 0.52% | - |
| HSV(B) | 259.26º | 0.47% | 0.67% | - |
| XYZ | 18.52 | 14.24 | 40.8 | - |
| YUV | 108.01 | 164.11 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 172 | 0.32 | 0.47 | 0 | 0.33 | 259.26 | 0.33 | 0.52 |
| Hex | 75 | 5B | AC | 20 | 2F | 0 | 21 | 103 | 21 | 34 |
| Octal | 165 | 133 | 254 | 40 | 57 | 0 | 41 | 403 | 41 | 64 |
| Binary | 1110101 | 1011011 | 10101100 | 100000 | 101111 | 0 | 100001 | 100000011 | 100001 | 110100 |
Color Harmonies of #755BAC
Complementary color
Monochromatic Colors of #755BAC
Black with #755BAC
Text Example
Text Example
White with #755BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BAC; }
p { color: rgb(117,91,172); }
H1.HeaderClassName
{
color: #755BAC;
}
.AnyTagClassName
{
color: #755BAC;
}
</style>
background-color css
<style>
a { background-color: #755BAC; }
a { background-color: rgb(117,91,172); }
div.DivClassName
{
background-color: #755BAC;
}
.BgClassName
{
background-color: #755BAC;
}
</style>
border-color css
<style>
span { border-color: #755BAC; }
span { border-color: rgb(117,91,172); }
td.TdClassName
{
border-color: #755BAC;
}
.TagClassName
{
border-color: #755BAC;
}
</style>