Shades of Blue Marguerite #765DB3
Tints of Blue Marguerite #765DB3
RGB
CMYK
RGB Variations
Color information
#765DB3 (or 0x765DB3) is known color: Blue Marguerite. HEX triplet: 76, 5D and B3. RGB value is (118,93,179). Sum of RGB (Red+Green+Blue) = 118+93+179=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #765DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DB3 is #89A24C. Grayscale: #6D6D6D. Windows color (decimal): -9019981 or 11754870. OLE color: 11754870.
HSL color Cylindrical-coordinate representation of color #765DB3: hue angle of 257.44º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #765DB3 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 93 | 179 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.30 |
| HSL | 257.44º | 0.36% | 0.53% | - |
| HSV(B) | 257.44º | 0.48% | 0.7% | - |
| XYZ | 19.52 | 14.93 | 44.5 | - |
| YUV | 110.28 | 166.78 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 179 | 0.34 | 0.48 | 0 | 0.30 | 257.44 | 0.36 | 0.53 |
| Hex | 76 | 5D | B3 | 22 | 30 | 0 | 1E | 101 | 24 | 35 |
| Octal | 166 | 135 | 263 | 42 | 60 | 0 | 36 | 401 | 44 | 65 |
| Binary | 1110110 | 1011101 | 10110011 | 100010 | 110000 | 0 | 11110 | 100000001 | 100100 | 110101 |
Color Harmonies of #765DB3
Complementary color
Monochromatic Colors of #765DB3
Black with #765DB3
Text Example
Text Example
White with #765DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765DB3; }
p { color: rgb(118,93,179); }
H1.HeaderClassName
{
color: #765DB3;
}
.AnyTagClassName
{
color: #765DB3;
}
</style>
background-color css
<style>
a { background-color: #765DB3; }
a { background-color: rgb(118,93,179); }
div.DivClassName
{
background-color: #765DB3;
}
.BgClassName
{
background-color: #765DB3;
}
</style>
border-color css
<style>
span { border-color: #765DB3; }
span { border-color: rgb(118,93,179); }
td.TdClassName
{
border-color: #765DB3;
}
.TagClassName
{
border-color: #765DB3;
}
</style>