Shades of Blue Marguerite #745BBF
Tints of Blue Marguerite #745BBF
RGB
CMYK
RGB Variations
Color information
#745BBF (or 0x745BBF) is known color: Blue Marguerite. HEX triplet: 74, 5B and BF. RGB value is (116,91,191). Sum of RGB (Red+Green+Blue) = 116+91+191=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #745BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BBF is #8BA440. Grayscale: #6D6D6D. Windows color (decimal): -9151553 or 12540788. OLE color: 12540788.
HSL color Cylindrical-coordinate representation of color #745BBF: hue angle of 255º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #745BBF is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 91 | 191 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.25 |
| HSL | 255º | 0.44% | 0.55% | - |
| HSV(B) | 255º | 0.52% | 0.75% | - |
| XYZ | 20.35 | 14.96 | 51.1 | - |
| YUV | 109.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 191 | 0.39 | 0.52 | 0 | 0.25 | 255 | 0.44 | 0.55 |
| Hex | 74 | 5B | BF | 27 | 34 | 0 | 19 | FF | 2C | 37 |
| Octal | 164 | 133 | 277 | 47 | 64 | 0 | 31 | 377 | 54 | 67 |
| Binary | 1110100 | 1011011 | 10111111 | 100111 | 110100 | 0 | 11001 | 11111111 | 101100 | 110111 |
Color Harmonies of #745BBF
Complementary color
Monochromatic Colors of #745BBF
Black with #745BBF
Text Example
Text Example
White with #745BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BBF; }
p { color: rgb(116,91,191); }
H1.HeaderClassName
{
color: #745BBF;
}
.AnyTagClassName
{
color: #745BBF;
}
</style>
background-color css
<style>
a { background-color: #745BBF; }
a { background-color: rgb(116,91,191); }
div.DivClassName
{
background-color: #745BBF;
}
.BgClassName
{
background-color: #745BBF;
}
</style>
border-color css
<style>
span { border-color: #745BBF; }
span { border-color: rgb(116,91,191); }
td.TdClassName
{
border-color: #745BBF;
}
.TagClassName
{
border-color: #745BBF;
}
</style>