Shades of Blue Marguerite #765DB6
Tints of Blue Marguerite #765DB6
RGB
CMYK
RGB Variations
Color information
#765DB6 (or 0x765DB6) is known color: Blue Marguerite. HEX triplet: 76, 5D and B6. RGB value is (118,93,182). Sum of RGB (Red+Green+Blue) = 118+93+182=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #765DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DB6 is #89A249. Grayscale: #6E6E6E. Windows color (decimal): -9019978 or 11951478. OLE color: 11951478.
HSL color Cylindrical-coordinate representation of color #765DB6: hue angle of 256.85º degrees, saturation: 0.38, 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 #765DB6 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 93 | 182 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.29 |
| HSL | 256.85º | 0.38% | 0.54% | - |
| HSV(B) | 256.85º | 0.49% | 0.71% | - |
| XYZ | 19.83 | 15.06 | 46.12 | - |
| YUV | 110.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 182 | 0.35 | 0.49 | 0 | 0.29 | 256.85 | 0.38 | 0.54 |
| Hex | 76 | 5D | B6 | 23 | 31 | 0 | 1D | 101 | 26 | 36 |
| Octal | 166 | 135 | 266 | 43 | 61 | 0 | 35 | 401 | 46 | 66 |
| Binary | 1110110 | 1011101 | 10110110 | 100011 | 110001 | 0 | 11101 | 100000001 | 100110 | 110110 |
Color Harmonies of #765DB6
Complementary color
Monochromatic Colors of #765DB6
Black with #765DB6
Text Example
Text Example
White with #765DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765DB6; }
p { color: rgb(118,93,182); }
H1.HeaderClassName
{
color: #765DB6;
}
.AnyTagClassName
{
color: #765DB6;
}
</style>
background-color css
<style>
a { background-color: #765DB6; }
a { background-color: rgb(118,93,182); }
div.DivClassName
{
background-color: #765DB6;
}
.BgClassName
{
background-color: #765DB6;
}
</style>
border-color css
<style>
span { border-color: #765DB6; }
span { border-color: rgb(118,93,182); }
td.TdClassName
{
border-color: #765DB6;
}
.TagClassName
{
border-color: #765DB6;
}
</style>