Shades of Blue Marguerite #7465BD
Tints of Blue Marguerite #7465BD
RGB
CMYK
RGB Variations
Color information
#7465BD (or 0x7465BD) is known color: Blue Marguerite. HEX triplet: 74, 65 and BD. RGB value is (116,101,189). Sum of RGB (Red+Green+Blue) = 116+101+189=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #7465BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7465BD is #8B9A42. Grayscale: #737373. Windows color (decimal): -9148995 or 12412276. OLE color: 12412276.
HSL color Cylindrical-coordinate representation of color #7465BD: hue angle of 250.23º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7465BD is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 101 | 189 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.26 |
| HSL | 250.23º | 0.4% | 0.57% | - |
| HSV(B) | 250.23º | 0.47% | 0.74% | - |
| XYZ | 21.04 | 16.69 | 50.26 | - |
| YUV | 115.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 189 | 0.39 | 0.47 | 0 | 0.26 | 250.23 | 0.4 | 0.57 |
| Hex | 74 | 65 | BD | 27 | 2F | 0 | 1A | FA | 28 | 39 |
| Octal | 164 | 145 | 275 | 47 | 57 | 0 | 32 | 372 | 50 | 71 |
| Binary | 1110100 | 1100101 | 10111101 | 100111 | 101111 | 0 | 11010 | 11111010 | 101000 | 111001 |
Color Harmonies of #7465BD
Complementary color
Monochromatic Colors of #7465BD
Black with #7465BD
Text Example
Text Example
White with #7465BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7465BD; }
p { color: rgb(116,101,189); }
H1.HeaderClassName
{
color: #7465BD;
}
.AnyTagClassName
{
color: #7465BD;
}
</style>
background-color css
<style>
a { background-color: #7465BD; }
a { background-color: rgb(116,101,189); }
div.DivClassName
{
background-color: #7465BD;
}
.BgClassName
{
background-color: #7465BD;
}
</style>
border-color css
<style>
span { border-color: #7465BD; }
span { border-color: rgb(116,101,189); }
td.TdClassName
{
border-color: #7465BD;
}
.TagClassName
{
border-color: #7465BD;
}
</style>