Shades of Blue Marguerite #765DBA
Tints of Blue Marguerite #765DBA
RGB
CMYK
RGB Variations
Color information
#765DBA (or 0x765DBA) is known color: Blue Marguerite. HEX triplet: 76, 5D and BA. RGB value is (118,93,186). Sum of RGB (Red+Green+Blue) = 118+93+186=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #765DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DBA is #89A245. Grayscale: #6E6E6E. Windows color (decimal): -9019974 or 12213622. OLE color: 12213622.
HSL color Cylindrical-coordinate representation of color #765DBA: hue angle of 256.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #765DBA is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 93 | 186 | - |
| CMYK | 0.37 | 0.5 | 0 | 0.27 |
| HSL | 256.13º | 0.4% | 0.55% | - |
| HSV(B) | 256.13º | 0.5% | 0.73% | - |
| XYZ | 20.25 | 15.23 | 48.33 | - |
| YUV | 111.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 186 | 0.37 | 0.5 | 0 | 0.27 | 256.13 | 0.4 | 0.55 |
| Hex | 76 | 5D | BA | 25 | 32 | 0 | 1B | 100 | 28 | 37 |
| Octal | 166 | 135 | 272 | 45 | 62 | 0 | 33 | 400 | 50 | 67 |
| Binary | 1110110 | 1011101 | 10111010 | 100101 | 110010 | 0 | 11011 | 100000000 | 101000 | 110111 |
Color Harmonies of #765DBA
Complementary color
Monochromatic Colors of #765DBA
Black with #765DBA
Text Example
Text Example
White with #765DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765DBA; }
p { color: rgb(118,93,186); }
H1.HeaderClassName
{
color: #765DBA;
}
.AnyTagClassName
{
color: #765DBA;
}
</style>
background-color css
<style>
a { background-color: #765DBA; }
a { background-color: rgb(118,93,186); }
div.DivClassName
{
background-color: #765DBA;
}
.BgClassName
{
background-color: #765DBA;
}
</style>
border-color css
<style>
span { border-color: #765DBA; }
span { border-color: rgb(118,93,186); }
td.TdClassName
{
border-color: #765DBA;
}
.TagClassName
{
border-color: #765DBA;
}
</style>