Shades of Blue Marguerite #755AB4
Tints of Blue Marguerite #755AB4
RGB
CMYK
RGB Variations
Color information
#755AB4 (or 0x755AB4) is known color: Blue Marguerite. HEX triplet: 75, 5A and B4. RGB value is (117,90,180). Sum of RGB (Red+Green+Blue) = 117+90+180=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #755AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AB4 is #8AA54B. Grayscale: #6B6B6B. Windows color (decimal): -9086284 or 11819637. OLE color: 11819637.
HSL color Cylindrical-coordinate representation of color #755AB4: hue angle of 258º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #755AB4 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 90 | 180 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.29 |
| HSL | 258º | 0.38% | 0.53% | - |
| HSV(B) | 258º | 0.5% | 0.71% | - |
| XYZ | 19.23 | 14.39 | 44.94 | - |
| YUV | 108.33 | 168.45 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 180 | 0.35 | 0.50 | 0 | 0.29 | 258 | 0.38 | 0.53 |
| Hex | 75 | 5A | B4 | 23 | 32 | 0 | 1D | 102 | 26 | 35 |
| Octal | 165 | 132 | 264 | 43 | 62 | 0 | 35 | 402 | 46 | 65 |
| Binary | 1110101 | 1011010 | 10110100 | 100011 | 110010 | 0 | 11101 | 100000010 | 100110 | 110101 |
Color Harmonies of #755AB4
Complementary color
Monochromatic Colors of #755AB4
Black with #755AB4
Text Example
Text Example
White with #755AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AB4; }
p { color: rgb(117,90,180); }
H1.HeaderClassName
{
color: #755AB4;
}
.AnyTagClassName
{
color: #755AB4;
}
</style>
background-color css
<style>
a { background-color: #755AB4; }
a { background-color: rgb(117,90,180); }
div.DivClassName
{
background-color: #755AB4;
}
.BgClassName
{
background-color: #755AB4;
}
</style>
border-color css
<style>
span { border-color: #755AB4; }
span { border-color: rgb(117,90,180); }
td.TdClassName
{
border-color: #755AB4;
}
.TagClassName
{
border-color: #755AB4;
}
</style>