Shades of Blue Marguerite #765DB4
Tints of Blue Marguerite #765DB4
RGB
CMYK
RGB Variations
Color information
#765DB4 (or 0x765DB4) is known color: Blue Marguerite. HEX triplet: 76, 5D and B4. RGB value is (118,93,180). Sum of RGB (Red+Green+Blue) = 118+93+180=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #765DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DB4 is #89A24B. Grayscale: #6E6E6E. Windows color (decimal): -9019980 or 11820406. OLE color: 11820406.
HSL color Cylindrical-coordinate representation of color #765DB4: hue angle of 257.24º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #765DB4 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 93 | 180 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.29 |
| HSL | 257.24º | 0.37% | 0.54% | - |
| HSV(B) | 257.24º | 0.48% | 0.71% | - |
| XYZ | 19.62 | 14.98 | 45.04 | - |
| YUV | 110.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 180 | 0.34 | 0.48 | 0 | 0.29 | 257.24 | 0.37 | 0.54 |
| Hex | 76 | 5D | B4 | 22 | 30 | 0 | 1D | 101 | 25 | 36 |
| Octal | 166 | 135 | 264 | 42 | 60 | 0 | 35 | 401 | 45 | 66 |
| Binary | 1110110 | 1011101 | 10110100 | 100010 | 110000 | 0 | 11101 | 100000001 | 100101 | 110110 |
Color Harmonies of #765DB4
Complementary color
Monochromatic Colors of #765DB4
Black with #765DB4
Text Example
Text Example
White with #765DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765DB4; }
p { color: rgb(118,93,180); }
H1.HeaderClassName
{
color: #765DB4;
}
.AnyTagClassName
{
color: #765DB4;
}
</style>
background-color css
<style>
a { background-color: #765DB4; }
a { background-color: rgb(118,93,180); }
div.DivClassName
{
background-color: #765DB4;
}
.BgClassName
{
background-color: #765DB4;
}
</style>
border-color css
<style>
span { border-color: #765DB4; }
span { border-color: rgb(118,93,180); }
td.TdClassName
{
border-color: #765DB4;
}
.TagClassName
{
border-color: #765DB4;
}
</style>