Shades of Blue Marguerite #7450BB
Tints of Blue Marguerite #7450BB
RGB
CMYK
RGB Variations
Color information
#7450BB (or 0x7450BB) is known color: Blue Marguerite. HEX triplet: 74, 50 and BB. RGB value is (116,80,187). Sum of RGB (Red+Green+Blue) = 116+80+187=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #7450BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7450BB is #8BAF44. Grayscale: #666666. Windows color (decimal): -9154373 or 12275828. OLE color: 12275828.
HSL color Cylindrical-coordinate representation of color #7450BB: hue angle of 260.19º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7450BB is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 80 | 187 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.27 |
| HSL | 260.19º | 0.44% | 0.52% | - |
| HSV(B) | 260.19º | 0.57% | 0.73% | - |
| XYZ | 19.04 | 13.04 | 48.53 | - |
| YUV | 102.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 187 | 0.38 | 0.57 | 0 | 0.27 | 260.19 | 0.44 | 0.52 |
| Hex | 74 | 50 | BB | 26 | 39 | 0 | 1B | 104 | 2C | 34 |
| Octal | 164 | 120 | 273 | 46 | 71 | 0 | 33 | 404 | 54 | 64 |
| Binary | 1110100 | 1010000 | 10111011 | 100110 | 111001 | 0 | 11011 | 100000100 | 101100 | 110100 |
Color Harmonies of #7450BB
Complementary color
Monochromatic Colors of #7450BB
Black with #7450BB
Text Example
Text Example
White with #7450BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7450BB; }
p { color: rgb(116,80,187); }
H1.HeaderClassName
{
color: #7450BB;
}
.AnyTagClassName
{
color: #7450BB;
}
</style>
background-color css
<style>
a { background-color: #7450BB; }
a { background-color: rgb(116,80,187); }
div.DivClassName
{
background-color: #7450BB;
}
.BgClassName
{
background-color: #7450BB;
}
</style>
border-color css
<style>
span { border-color: #7450BB; }
span { border-color: rgb(116,80,187); }
td.TdClassName
{
border-color: #7450BB;
}
.TagClassName
{
border-color: #7450BB;
}
</style>