Shades of Blue Marguerite #765DBD
Tints of Blue Marguerite #765DBD
RGB
CMYK
RGB Variations
Color information
#765DBD (or 0x765DBD) is known color: Blue Marguerite. HEX triplet: 76, 5D and BD. RGB value is (118,93,189). Sum of RGB (Red+Green+Blue) = 118+93+189=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #765DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DBD is #89A242. Grayscale: #6F6F6F. Windows color (decimal): -9019971 or 12410230. OLE color: 12410230.
HSL color Cylindrical-coordinate representation of color #765DBD: hue angle of 255.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #765DBD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 93 | 189 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.26 |
| HSL | 255.63º | 0.42% | 0.55% | - |
| HSV(B) | 255.63º | 0.51% | 0.74% | - |
| XYZ | 20.57 | 15.35 | 50.02 | - |
| YUV | 111.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 189 | 0.38 | 0.51 | 0 | 0.26 | 255.63 | 0.42 | 0.55 |
| Hex | 76 | 5D | BD | 26 | 33 | 0 | 1A | 100 | 2A | 37 |
| Octal | 166 | 135 | 275 | 46 | 63 | 0 | 32 | 400 | 52 | 67 |
| Binary | 1110110 | 1011101 | 10111101 | 100110 | 110011 | 0 | 11010 | 100000000 | 101010 | 110111 |
Color Harmonies of #765DBD
Complementary color
Monochromatic Colors of #765DBD
Black with #765DBD
Text Example
Text Example
White with #765DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765DBD; }
p { color: rgb(118,93,189); }
H1.HeaderClassName
{
color: #765DBD;
}
.AnyTagClassName
{
color: #765DBD;
}
</style>
background-color css
<style>
a { background-color: #765DBD; }
a { background-color: rgb(118,93,189); }
div.DivClassName
{
background-color: #765DBD;
}
.BgClassName
{
background-color: #765DBD;
}
</style>
border-color css
<style>
span { border-color: #765DBD; }
span { border-color: rgb(118,93,189); }
td.TdClassName
{
border-color: #765DBD;
}
.TagClassName
{
border-color: #765DBD;
}
</style>