Shades of Blue Marguerite #7565AF
Tints of Blue Marguerite #7565AF
RGB
CMYK
RGB Variations
Color information
#7565AF (or 0x7565AF) is known color: Blue Marguerite. HEX triplet: 75, 65 and AF. RGB value is (117,101,175). Sum of RGB (Red+Green+Blue) = 117+101+175=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #7565AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7565AF is #8A9A50. Grayscale: #717171. Windows color (decimal): -9083473 or 11494773. OLE color: 11494773.
HSL color Cylindrical-coordinate representation of color #7565AF: hue angle of 252.97º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7565AF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 101 | 175 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.31 |
| HSL | 252.97º | 0.32% | 0.54% | - |
| HSV(B) | 252.97º | 0.42% | 0.69% | - |
| XYZ | 19.73 | 16.18 | 42.64 | - |
| YUV | 114.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 175 | 0.33 | 0.42 | 0 | 0.31 | 252.97 | 0.32 | 0.54 |
| Hex | 75 | 65 | AF | 21 | 2A | 0 | 1F | FD | 20 | 36 |
| Octal | 165 | 145 | 257 | 41 | 52 | 0 | 37 | 375 | 40 | 66 |
| Binary | 1110101 | 1100101 | 10101111 | 100001 | 101010 | 0 | 11111 | 11111101 | 100000 | 110110 |
Color Harmonies of #7565AF
Complementary color
Monochromatic Colors of #7565AF
Black with #7565AF
Text Example
Text Example
White with #7565AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565AF; }
p { color: rgb(117,101,175); }
H1.HeaderClassName
{
color: #7565AF;
}
.AnyTagClassName
{
color: #7565AF;
}
</style>
background-color css
<style>
a { background-color: #7565AF; }
a { background-color: rgb(117,101,175); }
div.DivClassName
{
background-color: #7565AF;
}
.BgClassName
{
background-color: #7565AF;
}
</style>
border-color css
<style>
span { border-color: #7565AF; }
span { border-color: rgb(117,101,175); }
td.TdClassName
{
border-color: #7565AF;
}
.TagClassName
{
border-color: #7565AF;
}
</style>