Shades of Blue Marguerite #7363AF
Tints of Blue Marguerite #7363AF
RGB
CMYK
RGB Variations
Color information
#7363AF (or 0x7363AF) is known color: Blue Marguerite. HEX triplet: 73, 63 and AF. RGB value is (115,99,175). Sum of RGB (Red+Green+Blue) = 115+99+175=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #7363AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7363AF is #8C9C50. Grayscale: #707070. Windows color (decimal): -9215057 or 11494259. OLE color: 11494259.
HSL color Cylindrical-coordinate representation of color #7363AF: hue angle of 252.63º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7363AF is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 99 | 175 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.31 |
| HSL | 252.63º | 0.32% | 0.54% | - |
| HSV(B) | 252.63º | 0.43% | 0.69% | - |
| XYZ | 19.27 | 15.66 | 42.57 | - |
| YUV | 112.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 175 | 0.34 | 0.43 | 0 | 0.31 | 252.63 | 0.32 | 0.54 |
| Hex | 73 | 63 | AF | 22 | 2B | 0 | 1F | FD | 20 | 36 |
| Octal | 163 | 143 | 257 | 42 | 53 | 0 | 37 | 375 | 40 | 66 |
| Binary | 1110011 | 1100011 | 10101111 | 100010 | 101011 | 0 | 11111 | 11111101 | 100000 | 110110 |
Color Harmonies of #7363AF
Complementary color
Monochromatic Colors of #7363AF
Black with #7363AF
Text Example
Text Example
White with #7363AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7363AF; }
p { color: rgb(115,99,175); }
H1.HeaderClassName
{
color: #7363AF;
}
.AnyTagClassName
{
color: #7363AF;
}
</style>
background-color css
<style>
a { background-color: #7363AF; }
a { background-color: rgb(115,99,175); }
div.DivClassName
{
background-color: #7363AF;
}
.BgClassName
{
background-color: #7363AF;
}
</style>
border-color css
<style>
span { border-color: #7363AF; }
span { border-color: rgb(115,99,175); }
td.TdClassName
{
border-color: #7363AF;
}
.TagClassName
{
border-color: #7363AF;
}
</style>