Shades of Blue Marguerite #7363BA
Tints of Blue Marguerite #7363BA
RGB
CMYK
RGB Variations
Color information
#7363BA (or 0x7363BA) is known color: Blue Marguerite. HEX triplet: 73, 63 and BA. RGB value is (115,99,186). Sum of RGB (Red+Green+Blue) = 115+99+186=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 99 (39.06% from 255 or 24.75% 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 #7363BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7363BA is #8C9C45. Grayscale: #717171. Windows color (decimal): -9215046 or 12215155. OLE color: 12215155.
HSL color Cylindrical-coordinate representation of color #7363BA: hue angle of 251.03º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7363BA is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 99 | 186 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.27 |
| HSL | 251.03º | 0.39% | 0.56% | - |
| HSV(B) | 251.03º | 0.47% | 0.73% | - |
| XYZ | 20.4 | 16.11 | 48.49 | - |
| YUV | 113.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 186 | 0.38 | 0.47 | 0 | 0.27 | 251.03 | 0.39 | 0.56 |
| Hex | 73 | 63 | BA | 26 | 2F | 0 | 1B | FB | 27 | 38 |
| Octal | 163 | 143 | 272 | 46 | 57 | 0 | 33 | 373 | 47 | 70 |
| Binary | 1110011 | 1100011 | 10111010 | 100110 | 101111 | 0 | 11011 | 11111011 | 100111 | 111000 |
Color Harmonies of #7363BA
Complementary color
Monochromatic Colors of #7363BA
Black with #7363BA
Text Example
Text Example
White with #7363BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7363BA; }
p { color: rgb(115,99,186); }
H1.HeaderClassName
{
color: #7363BA;
}
.AnyTagClassName
{
color: #7363BA;
}
</style>
background-color css
<style>
a { background-color: #7363BA; }
a { background-color: rgb(115,99,186); }
div.DivClassName
{
background-color: #7363BA;
}
.BgClassName
{
background-color: #7363BA;
}
</style>
border-color css
<style>
span { border-color: #7363BA; }
span { border-color: rgb(115,99,186); }
td.TdClassName
{
border-color: #7363BA;
}
.TagClassName
{
border-color: #7363BA;
}
</style>