Shades of Blue Marguerite #755ABB
Tints of Blue Marguerite #755ABB
RGB
CMYK
RGB Variations
Color information
#755ABB (or 0x755ABB) is known color: Blue Marguerite. HEX triplet: 75, 5A and BB. RGB value is (117,90,187). Sum of RGB (Red+Green+Blue) = 117+90+187=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #755ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ABB is #8AA544. Grayscale: #6C6C6C. Windows color (decimal): -9086277 or 12278389. OLE color: 12278389.
HSL color Cylindrical-coordinate representation of color #755ABB: hue angle of 256.7º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #755ABB is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 90 | 187 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.27 |
| HSL | 256.7º | 0.42% | 0.54% | - |
| HSV(B) | 256.7º | 0.52% | 0.73% | - |
| XYZ | 19.96 | 14.68 | 48.8 | - |
| YUV | 109.13 | 171.95 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 187 | 0.37 | 0.52 | 0 | 0.27 | 256.7 | 0.42 | 0.54 |
| Hex | 75 | 5A | BB | 25 | 34 | 0 | 1B | 101 | 2A | 36 |
| Octal | 165 | 132 | 273 | 45 | 64 | 0 | 33 | 401 | 52 | 66 |
| Binary | 1110101 | 1011010 | 10111011 | 100101 | 110100 | 0 | 11011 | 100000001 | 101010 | 110110 |
Color Harmonies of #755ABB
Complementary color
Monochromatic Colors of #755ABB
Black with #755ABB
Text Example
Text Example
White with #755ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755ABB; }
p { color: rgb(117,90,187); }
H1.HeaderClassName
{
color: #755ABB;
}
.AnyTagClassName
{
color: #755ABB;
}
</style>
background-color css
<style>
a { background-color: #755ABB; }
a { background-color: rgb(117,90,187); }
div.DivClassName
{
background-color: #755ABB;
}
.BgClassName
{
background-color: #755ABB;
}
</style>
border-color css
<style>
span { border-color: #755ABB; }
span { border-color: rgb(117,90,187); }
td.TdClassName
{
border-color: #755ABB;
}
.TagClassName
{
border-color: #755ABB;
}
</style>