Shades of Blue Marguerite #754DBB
Tints of Blue Marguerite #754DBB
RGB
CMYK
RGB Variations
Color information
#754DBB (or 0x754DBB) is known color: Blue Marguerite. HEX triplet: 75, 4D and BB. RGB value is (117,77,187). Sum of RGB (Red+Green+Blue) = 117+77+187=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #754DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DBB is #8AB244. Grayscale: #656565. Windows color (decimal): -9089605 or 12275061. OLE color: 12275061.
HSL color Cylindrical-coordinate representation of color #754DBB: hue angle of 261.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754DBB is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 77 | 187 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.27 |
| HSL | 261.82º | 0.45% | 0.52% | - |
| HSV(B) | 261.82º | 0.59% | 0.73% | - |
| XYZ | 18.96 | 12.68 | 48.46 | - |
| YUV | 101.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 187 | 0.37 | 0.59 | 0 | 0.27 | 261.82 | 0.45 | 0.52 |
| Hex | 75 | 4D | BB | 25 | 3B | 0 | 1B | 106 | 2D | 34 |
| Octal | 165 | 115 | 273 | 45 | 73 | 0 | 33 | 406 | 55 | 64 |
| Binary | 1110101 | 1001101 | 10111011 | 100101 | 111011 | 0 | 11011 | 100000110 | 101101 | 110100 |
Color Harmonies of #754DBB
Complementary color
Monochromatic Colors of #754DBB
Black with #754DBB
Text Example
Text Example
White with #754DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DBB; }
p { color: rgb(117,77,187); }
H1.HeaderClassName
{
color: #754DBB;
}
.AnyTagClassName
{
color: #754DBB;
}
</style>
background-color css
<style>
a { background-color: #754DBB; }
a { background-color: rgb(117,77,187); }
div.DivClassName
{
background-color: #754DBB;
}
.BgClassName
{
background-color: #754DBB;
}
</style>
border-color css
<style>
span { border-color: #754DBB; }
span { border-color: rgb(117,77,187); }
td.TdClassName
{
border-color: #754DBB;
}
.TagClassName
{
border-color: #754DBB;
}
</style>