Shades of Blue Marguerite #7165BA
Tints of Blue Marguerite #7165BA
RGB
CMYK
RGB Variations
Color information
#7165BA (or 0x7165BA) is known color: Blue Marguerite. HEX triplet: 71, 65 and BA. RGB value is (113,101,186). Sum of RGB (Red+Green+Blue) = 113+101+186=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #7165BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7165BA is #8E9A45. Grayscale: #717171. Windows color (decimal): -9345606 or 12215665. OLE color: 12215665.
HSL color Cylindrical-coordinate representation of color #7165BA: hue angle of 248.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7165BA is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 101 | 186 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.27 |
| HSL | 248.47º | 0.38% | 0.56% | - |
| HSV(B) | 248.47º | 0.46% | 0.73% | - |
| XYZ | 20.33 | 16.36 | 48.54 | - |
| YUV | 114.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 186 | 0.39 | 0.46 | 0 | 0.27 | 248.47 | 0.38 | 0.56 |
| Hex | 71 | 65 | BA | 27 | 2E | 0 | 1B | F8 | 26 | 38 |
| Octal | 161 | 145 | 272 | 47 | 56 | 0 | 33 | 370 | 46 | 70 |
| Binary | 1110001 | 1100101 | 10111010 | 100111 | 101110 | 0 | 11011 | 11111000 | 100110 | 111000 |
Color Harmonies of #7165BA
Complementary color
Monochromatic Colors of #7165BA
Black with #7165BA
Text Example
Text Example
White with #7165BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7165BA; }
p { color: rgb(113,101,186); }
H1.HeaderClassName
{
color: #7165BA;
}
.AnyTagClassName
{
color: #7165BA;
}
</style>
background-color css
<style>
a { background-color: #7165BA; }
a { background-color: rgb(113,101,186); }
div.DivClassName
{
background-color: #7165BA;
}
.BgClassName
{
background-color: #7165BA;
}
</style>
border-color css
<style>
span { border-color: #7165BA; }
span { border-color: rgb(113,101,186); }
td.TdClassName
{
border-color: #7165BA;
}
.TagClassName
{
border-color: #7165BA;
}
</style>