Shades of Blue Marguerite #745BBE
Tints of Blue Marguerite #745BBE
RGB
CMYK
RGB Variations
Color information
#745BBE (or 0x745BBE) is known color: Blue Marguerite. HEX triplet: 74, 5B and BE. RGB value is (116,91,190). Sum of RGB (Red+Green+Blue) = 116+91+190=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #745BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BBE is #8BA441. Grayscale: #6D6D6D. Windows color (decimal): -9151554 or 12475252. OLE color: 12475252.
HSL color Cylindrical-coordinate representation of color #745BBE: hue angle of 255.15º degrees, saturation: 0.43, 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 #745BBE is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 91 | 190 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.25 |
| HSL | 255.15º | 0.43% | 0.55% | - |
| HSV(B) | 255.15º | 0.52% | 0.75% | - |
| XYZ | 20.24 | 14.91 | 50.53 | - |
| YUV | 109.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 190 | 0.39 | 0.52 | 0 | 0.25 | 255.15 | 0.43 | 0.55 |
| Hex | 74 | 5B | BE | 27 | 34 | 0 | 19 | FF | 2B | 37 |
| Octal | 164 | 133 | 276 | 47 | 64 | 0 | 31 | 377 | 53 | 67 |
| Binary | 1110100 | 1011011 | 10111110 | 100111 | 110100 | 0 | 11001 | 11111111 | 101011 | 110111 |
Color Harmonies of #745BBE
Complementary color
Monochromatic Colors of #745BBE
Black with #745BBE
Text Example
Text Example
White with #745BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BBE; }
p { color: rgb(116,91,190); }
H1.HeaderClassName
{
color: #745BBE;
}
.AnyTagClassName
{
color: #745BBE;
}
</style>
background-color css
<style>
a { background-color: #745BBE; }
a { background-color: rgb(116,91,190); }
div.DivClassName
{
background-color: #745BBE;
}
.BgClassName
{
background-color: #745BBE;
}
</style>
border-color css
<style>
span { border-color: #745BBE; }
span { border-color: rgb(116,91,190); }
td.TdClassName
{
border-color: #745BBE;
}
.TagClassName
{
border-color: #745BBE;
}
</style>