Shades of Blue Marguerite #7467BA
Tints of Blue Marguerite #7467BA
RGB
CMYK
RGB Variations
Color information
#7467BA (or 0x7467BA) is known color: Blue Marguerite. HEX triplet: 74, 67 and BA. RGB value is (116,103,186). Sum of RGB (Red+Green+Blue) = 116+103+186=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #7467BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467BA is #8B9845. Grayscale: #747474. Windows color (decimal): -9148486 or 12216180. OLE color: 12216180.
HSL color Cylindrical-coordinate representation of color #7467BA: hue angle of 249.4º 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 #7467BA is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 103 | 186 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.27 |
| HSL | 249.4º | 0.38% | 0.57% | - |
| HSV(B) | 249.4º | 0.45% | 0.73% | - |
| XYZ | 20.92 | 16.96 | 48.63 | - |
| YUV | 116.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 186 | 0.38 | 0.45 | 0 | 0.27 | 249.4 | 0.38 | 0.57 |
| Hex | 74 | 67 | BA | 26 | 2D | 0 | 1B | F9 | 26 | 39 |
| Octal | 164 | 147 | 272 | 46 | 55 | 0 | 33 | 371 | 46 | 71 |
| Binary | 1110100 | 1100111 | 10111010 | 100110 | 101101 | 0 | 11011 | 11111001 | 100110 | 111001 |
Color Harmonies of #7467BA
Complementary color
Monochromatic Colors of #7467BA
Black with #7467BA
Text Example
Text Example
White with #7467BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467BA; }
p { color: rgb(116,103,186); }
H1.HeaderClassName
{
color: #7467BA;
}
.AnyTagClassName
{
color: #7467BA;
}
</style>
background-color css
<style>
a { background-color: #7467BA; }
a { background-color: rgb(116,103,186); }
div.DivClassName
{
background-color: #7467BA;
}
.BgClassName
{
background-color: #7467BA;
}
</style>
border-color css
<style>
span { border-color: #7467BA; }
span { border-color: rgb(116,103,186); }
td.TdClassName
{
border-color: #7467BA;
}
.TagClassName
{
border-color: #7467BA;
}
</style>