Shades of Blue Marguerite #755ABC
Tints of Blue Marguerite #755ABC
RGB
CMYK
RGB Variations
Color information
#755ABC (or 0x755ABC) is known color: Blue Marguerite. HEX triplet: 75, 5A and BC. RGB value is (117,90,188). Sum of RGB (Red+Green+Blue) = 117+90+188=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #755ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ABC is #8AA543. Grayscale: #6C6C6C. Windows color (decimal): -9086276 or 12343925. OLE color: 12343925.
HSL color Cylindrical-coordinate representation of color #755ABC: hue angle of 256.53º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #755ABC is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 90 | 188 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.26 |
| HSL | 256.53º | 0.42% | 0.55% | - |
| HSV(B) | 256.53º | 0.52% | 0.74% | - |
| XYZ | 20.07 | 14.73 | 49.36 | - |
| YUV | 109.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 188 | 0.38 | 0.52 | 0 | 0.26 | 256.53 | 0.42 | 0.55 |
| Hex | 75 | 5A | BC | 26 | 34 | 0 | 1A | 101 | 2A | 37 |
| Octal | 165 | 132 | 274 | 46 | 64 | 0 | 32 | 401 | 52 | 67 |
| Binary | 1110101 | 1011010 | 10111100 | 100110 | 110100 | 0 | 11010 | 100000001 | 101010 | 110111 |
Color Harmonies of #755ABC
Complementary color
Monochromatic Colors of #755ABC
Black with #755ABC
Text Example
Text Example
White with #755ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755ABC; }
p { color: rgb(117,90,188); }
H1.HeaderClassName
{
color: #755ABC;
}
.AnyTagClassName
{
color: #755ABC;
}
</style>
background-color css
<style>
a { background-color: #755ABC; }
a { background-color: rgb(117,90,188); }
div.DivClassName
{
background-color: #755ABC;
}
.BgClassName
{
background-color: #755ABC;
}
</style>
border-color css
<style>
span { border-color: #755ABC; }
span { border-color: rgb(117,90,188); }
td.TdClassName
{
border-color: #755ABC;
}
.TagClassName
{
border-color: #755ABC;
}
</style>