Shades of Blue Marguerite #765DB5
Tints of Blue Marguerite #765DB5
RGB
CMYK
RGB Variations
Color information
#765DB5 (or 0x765DB5) is known color: Blue Marguerite. HEX triplet: 76, 5D and B5. RGB value is (118,93,181). Sum of RGB (Red+Green+Blue) = 118+93+181=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #765DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DB5 is #89A24A. Grayscale: #6E6E6E. Windows color (decimal): -9019979 or 11885942. OLE color: 11885942.
HSL color Cylindrical-coordinate representation of color #765DB5: hue angle of 257.05º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #765DB5 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 93 | 181 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.29 |
| HSL | 257.05º | 0.37% | 0.54% | - |
| HSV(B) | 257.05º | 0.49% | 0.71% | - |
| XYZ | 19.73 | 15.02 | 45.57 | - |
| YUV | 110.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 181 | 0.35 | 0.49 | 0 | 0.29 | 257.05 | 0.37 | 0.54 |
| Hex | 76 | 5D | B5 | 23 | 31 | 0 | 1D | 101 | 25 | 36 |
| Octal | 166 | 135 | 265 | 43 | 61 | 0 | 35 | 401 | 45 | 66 |
| Binary | 1110110 | 1011101 | 10110101 | 100011 | 110001 | 0 | 11101 | 100000001 | 100101 | 110110 |
Color Harmonies of #765DB5
Complementary color
Monochromatic Colors of #765DB5
Black with #765DB5
Text Example
Text Example
White with #765DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765DB5; }
p { color: rgb(118,93,181); }
H1.HeaderClassName
{
color: #765DB5;
}
.AnyTagClassName
{
color: #765DB5;
}
</style>
background-color css
<style>
a { background-color: #765DB5; }
a { background-color: rgb(118,93,181); }
div.DivClassName
{
background-color: #765DB5;
}
.BgClassName
{
background-color: #765DB5;
}
</style>
border-color css
<style>
span { border-color: #765DB5; }
span { border-color: rgb(118,93,181); }
td.TdClassName
{
border-color: #765DB5;
}
.TagClassName
{
border-color: #765DB5;
}
</style>