Shades of Blue Marguerite #755AB2
Tints of Blue Marguerite #755AB2
RGB
CMYK
RGB Variations
Color information
#755AB2 (or 0x755AB2) is known color: Blue Marguerite. HEX triplet: 75, 5A and B2. RGB value is (117,90,178). Sum of RGB (Red+Green+Blue) = 117+90+178=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #755AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755AB2 is #8AA54D. Grayscale: #6B6B6B. Windows color (decimal): -9086286 or 11688565. OLE color: 11688565.
HSL color Cylindrical-coordinate representation of color #755AB2: hue angle of 258.41º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #755AB2 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 90 | 178 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.30 |
| HSL | 258.41º | 0.36% | 0.53% | - |
| HSV(B) | 258.41º | 0.49% | 0.7% | - |
| XYZ | 19.03 | 14.31 | 43.88 | - |
| YUV | 108.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 178 | 0.34 | 0.49 | 0 | 0.30 | 258.41 | 0.36 | 0.53 |
| Hex | 75 | 5A | B2 | 22 | 31 | 0 | 1E | 102 | 24 | 35 |
| Octal | 165 | 132 | 262 | 42 | 61 | 0 | 36 | 402 | 44 | 65 |
| Binary | 1110101 | 1011010 | 10110010 | 100010 | 110001 | 0 | 11110 | 100000010 | 100100 | 110101 |
Color Harmonies of #755AB2
Complementary color
Monochromatic Colors of #755AB2
Black with #755AB2
Text Example
Text Example
White with #755AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AB2; }
p { color: rgb(117,90,178); }
H1.HeaderClassName
{
color: #755AB2;
}
.AnyTagClassName
{
color: #755AB2;
}
</style>
background-color css
<style>
a { background-color: #755AB2; }
a { background-color: rgb(117,90,178); }
div.DivClassName
{
background-color: #755AB2;
}
.BgClassName
{
background-color: #755AB2;
}
</style>
border-color css
<style>
span { border-color: #755AB2; }
span { border-color: rgb(117,90,178); }
td.TdClassName
{
border-color: #755AB2;
}
.TagClassName
{
border-color: #755AB2;
}
</style>