Shades of Blue Marguerite #745BBB
Tints of Blue Marguerite #745BBB
RGB
CMYK
RGB Variations
Color information
#745BBB (or 0x745BBB) is known color: Blue Marguerite. HEX triplet: 74, 5B and BB. RGB value is (116,91,187). Sum of RGB (Red+Green+Blue) = 116+91+187=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 91 (35.94% from 255 or 23.10% 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 #745BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BBB is #8BA444. Grayscale: #6D6D6D. Windows color (decimal): -9151557 or 12278644. OLE color: 12278644.
HSL color Cylindrical-coordinate representation of color #745BBB: hue angle of 255.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745BBB is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 91 | 187 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.27 |
| HSL | 255.63º | 0.41% | 0.55% | - |
| HSV(B) | 255.63º | 0.51% | 0.73% | - |
| XYZ | 19.91 | 14.78 | 48.82 | - |
| YUV | 109.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 187 | 0.38 | 0.51 | 0 | 0.27 | 255.63 | 0.41 | 0.55 |
| Hex | 74 | 5B | BB | 26 | 33 | 0 | 1B | 100 | 29 | 37 |
| Octal | 164 | 133 | 273 | 46 | 63 | 0 | 33 | 400 | 51 | 67 |
| Binary | 1110100 | 1011011 | 10111011 | 100110 | 110011 | 0 | 11011 | 100000000 | 101001 | 110111 |
Color Harmonies of #745BBB
Complementary color
Monochromatic Colors of #745BBB
Black with #745BBB
Text Example
Text Example
White with #745BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BBB; }
p { color: rgb(116,91,187); }
H1.HeaderClassName
{
color: #745BBB;
}
.AnyTagClassName
{
color: #745BBB;
}
</style>
background-color css
<style>
a { background-color: #745BBB; }
a { background-color: rgb(116,91,187); }
div.DivClassName
{
background-color: #745BBB;
}
.BgClassName
{
background-color: #745BBB;
}
</style>
border-color css
<style>
span { border-color: #745BBB; }
span { border-color: rgb(116,91,187); }
td.TdClassName
{
border-color: #745BBB;
}
.TagClassName
{
border-color: #745BBB;
}
</style>