Shades of Blue Marguerite #7465AF
Tints of Blue Marguerite #7465AF
RGB
CMYK
RGB Variations
Color information
#7465AF (or 0x7465AF) is known color: Blue Marguerite. HEX triplet: 74, 65 and AF. RGB value is (116,101,175). Sum of RGB (Red+Green+Blue) = 116+101+175=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #7465AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7465AF is #8B9A50. Grayscale: #717171. Windows color (decimal): -9149009 or 11494772. OLE color: 11494772.
HSL color Cylindrical-coordinate representation of color #7465AF: hue angle of 252.16º 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 #7465AF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 101 | 175 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.31 |
| HSL | 252.16º | 0.32% | 0.54% | - |
| HSV(B) | 252.16º | 0.42% | 0.69% | - |
| XYZ | 19.59 | 16.12 | 42.64 | - |
| YUV | 113.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 175 | 0.34 | 0.42 | 0 | 0.31 | 252.16 | 0.32 | 0.54 |
| Hex | 74 | 65 | AF | 22 | 2A | 0 | 1F | FC | 20 | 36 |
| Octal | 164 | 145 | 257 | 42 | 52 | 0 | 37 | 374 | 40 | 66 |
| Binary | 1110100 | 1100101 | 10101111 | 100010 | 101010 | 0 | 11111 | 11111100 | 100000 | 110110 |
Color Harmonies of #7465AF
Complementary color
Monochromatic Colors of #7465AF
Black with #7465AF
Text Example
Text Example
White with #7465AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7465AF; }
p { color: rgb(116,101,175); }
H1.HeaderClassName
{
color: #7465AF;
}
.AnyTagClassName
{
color: #7465AF;
}
</style>
background-color css
<style>
a { background-color: #7465AF; }
a { background-color: rgb(116,101,175); }
div.DivClassName
{
background-color: #7465AF;
}
.BgClassName
{
background-color: #7465AF;
}
</style>
border-color css
<style>
span { border-color: #7465AF; }
span { border-color: rgb(116,101,175); }
td.TdClassName
{
border-color: #7465AF;
}
.TagClassName
{
border-color: #7465AF;
}
</style>