Shades of Blue Marguerite #7351B6
Tints of Blue Marguerite #7351B6
RGB
CMYK
RGB Variations
Color information
#7351B6 (or 0x7351B6) is known color: Blue Marguerite. HEX triplet: 73, 51 and B6. RGB value is (115,81,182). Sum of RGB (Red+Green+Blue) = 115+81+182=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #7351B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351B6 is #8CAE49. Grayscale: #666666. Windows color (decimal): -9219658 or 11948403. OLE color: 11948403.
HSL color Cylindrical-coordinate representation of color #7351B6: hue angle of 260.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7351B6 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 81 | 182 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.29 |
| HSL | 260.2º | 0.41% | 0.52% | - |
| HSV(B) | 260.2º | 0.55% | 0.71% | - |
| XYZ | 18.46 | 12.91 | 45.77 | - |
| YUV | 102.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 182 | 0.37 | 0.55 | 0 | 0.29 | 260.2 | 0.41 | 0.52 |
| Hex | 73 | 51 | B6 | 25 | 37 | 0 | 1D | 104 | 29 | 34 |
| Octal | 163 | 121 | 266 | 45 | 67 | 0 | 35 | 404 | 51 | 64 |
| Binary | 1110011 | 1010001 | 10110110 | 100101 | 110111 | 0 | 11101 | 100000100 | 101001 | 110100 |
Color Harmonies of #7351B6
Complementary color
Monochromatic Colors of #7351B6
Black with #7351B6
Text Example
Text Example
White with #7351B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7351B6; }
p { color: rgb(115,81,182); }
H1.HeaderClassName
{
color: #7351B6;
}
.AnyTagClassName
{
color: #7351B6;
}
</style>
background-color css
<style>
a { background-color: #7351B6; }
a { background-color: rgb(115,81,182); }
div.DivClassName
{
background-color: #7351B6;
}
.BgClassName
{
background-color: #7351B6;
}
</style>
border-color css
<style>
span { border-color: #7351B6; }
span { border-color: rgb(115,81,182); }
td.TdClassName
{
border-color: #7351B6;
}
.TagClassName
{
border-color: #7351B6;
}
</style>