Shades of Blue Marguerite #765AAD
Tints of Blue Marguerite #765AAD
RGB
CMYK
RGB Variations
Color information
#765AAD (or 0x765AAD) is known color: Blue Marguerite. HEX triplet: 76, 5A and AD. RGB value is (118,90,173). Sum of RGB (Red+Green+Blue) = 118+90+173=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #765AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AAD is #89A552. Grayscale: #6B6B6B. Windows color (decimal): -9020755 or 11360886. OLE color: 11360886.
HSL color Cylindrical-coordinate representation of color #765AAD: hue angle of 260.24º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #765AAD is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 90 | 173 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.32 |
| HSL | 260.24º | 0.34% | 0.52% | - |
| HSV(B) | 260.24º | 0.48% | 0.68% | - |
| XYZ | 18.67 | 14.18 | 41.29 | - |
| YUV | 107.83 | 164.78 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 173 | 0.32 | 0.48 | 0 | 0.32 | 260.24 | 0.34 | 0.52 |
| Hex | 76 | 5A | AD | 20 | 30 | 0 | 20 | 104 | 22 | 34 |
| Octal | 166 | 132 | 255 | 40 | 60 | 0 | 40 | 404 | 42 | 64 |
| Binary | 1110110 | 1011010 | 10101101 | 100000 | 110000 | 0 | 100000 | 100000100 | 100010 | 110100 |
Color Harmonies of #765AAD
Complementary color
Monochromatic Colors of #765AAD
Black with #765AAD
Text Example
Text Example
White with #765AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765AAD; }
p { color: rgb(118,90,173); }
H1.HeaderClassName
{
color: #765AAD;
}
.AnyTagClassName
{
color: #765AAD;
}
</style>
background-color css
<style>
a { background-color: #765AAD; }
a { background-color: rgb(118,90,173); }
div.DivClassName
{
background-color: #765AAD;
}
.BgClassName
{
background-color: #765AAD;
}
</style>
border-color css
<style>
span { border-color: #765AAD; }
span { border-color: rgb(118,90,173); }
td.TdClassName
{
border-color: #765AAD;
}
.TagClassName
{
border-color: #765AAD;
}
</style>