Shades of Blue Marguerite #7467BB
Tints of Blue Marguerite #7467BB
RGB
CMYK
RGB Variations
Color information
#7467BB (or 0x7467BB) is known color: Blue Marguerite. HEX triplet: 74, 67 and BB. RGB value is (116,103,187). Sum of RGB (Red+Green+Blue) = 116+103+187=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #7467BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467BB is #8B9844. Grayscale: #747474. Windows color (decimal): -9148485 or 12281716. OLE color: 12281716.
HSL color Cylindrical-coordinate representation of color #7467BB: hue angle of 249.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7467BB is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 103 | 187 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.27 |
| HSL | 249.29º | 0.38% | 0.57% | - |
| HSV(B) | 249.29º | 0.45% | 0.73% | - |
| XYZ | 21.02 | 17 | 49.19 | - |
| YUV | 116.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 187 | 0.38 | 0.45 | 0 | 0.27 | 249.29 | 0.38 | 0.57 |
| Hex | 74 | 67 | BB | 26 | 2D | 0 | 1B | F9 | 26 | 39 |
| Octal | 164 | 147 | 273 | 46 | 55 | 0 | 33 | 371 | 46 | 71 |
| Binary | 1110100 | 1100111 | 10111011 | 100110 | 101101 | 0 | 11011 | 11111001 | 100110 | 111001 |
Color Harmonies of #7467BB
Complementary color
Monochromatic Colors of #7467BB
Black with #7467BB
Text Example
Text Example
White with #7467BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467BB; }
p { color: rgb(116,103,187); }
H1.HeaderClassName
{
color: #7467BB;
}
.AnyTagClassName
{
color: #7467BB;
}
</style>
background-color css
<style>
a { background-color: #7467BB; }
a { background-color: rgb(116,103,187); }
div.DivClassName
{
background-color: #7467BB;
}
.BgClassName
{
background-color: #7467BB;
}
</style>
border-color css
<style>
span { border-color: #7467BB; }
span { border-color: rgb(116,103,187); }
td.TdClassName
{
border-color: #7467BB;
}
.TagClassName
{
border-color: #7467BB;
}
</style>