Shades of Blue Marguerite #765DAC
Tints of Blue Marguerite #765DAC
RGB
CMYK
RGB Variations
Color information
#765DAC (or 0x765DAC) is known color: Blue Marguerite. HEX triplet: 76, 5D and AC. RGB value is (118,93,172). Sum of RGB (Red+Green+Blue) = 118+93+172=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #765DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765DAC is #89A253. Grayscale: #6D6D6D. Windows color (decimal): -9019988 or 11296118. OLE color: 11296118.
HSL color Cylindrical-coordinate representation of color #765DAC: hue angle of 258.99º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765DAC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 93 | 172 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.33 |
| HSL | 258.99º | 0.32% | 0.52% | - |
| HSV(B) | 258.99º | 0.46% | 0.67% | - |
| XYZ | 18.83 | 14.66 | 40.87 | - |
| YUV | 109.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 172 | 0.31 | 0.46 | 0 | 0.33 | 258.99 | 0.32 | 0.52 |
| Hex | 76 | 5D | AC | 1F | 2E | 0 | 21 | 103 | 20 | 34 |
| Octal | 166 | 135 | 254 | 37 | 56 | 0 | 41 | 403 | 40 | 64 |
| Binary | 1110110 | 1011101 | 10101100 | 11111 | 101110 | 0 | 100001 | 100000011 | 100000 | 110100 |
Color Harmonies of #765DAC
Complementary color
Monochromatic Colors of #765DAC
Black with #765DAC
Text Example
Text Example
White with #765DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765DAC; }
p { color: rgb(118,93,172); }
H1.HeaderClassName
{
color: #765DAC;
}
.AnyTagClassName
{
color: #765DAC;
}
</style>
background-color css
<style>
a { background-color: #765DAC; }
a { background-color: rgb(118,93,172); }
div.DivClassName
{
background-color: #765DAC;
}
.BgClassName
{
background-color: #765DAC;
}
</style>
border-color css
<style>
span { border-color: #765DAC; }
span { border-color: rgb(118,93,172); }
td.TdClassName
{
border-color: #765DAC;
}
.TagClassName
{
border-color: #765DAC;
}
</style>