Shades of Blue Marguerite #765CBD
Tints of Blue Marguerite #765CBD
RGB
CMYK
RGB Variations
Color information
#765CBD (or 0x765CBD) is known color: Blue Marguerite. HEX triplet: 76, 5C and BD. RGB value is (118,92,189). Sum of RGB (Red+Green+Blue) = 118+92+189=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #765CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CBD is #89A342. Grayscale: #6E6E6E. Windows color (decimal): -9020227 or 12409974. OLE color: 12409974.
HSL color Cylindrical-coordinate representation of color #765CBD: hue angle of 256.08º 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 #765CBD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 92 | 189 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.26 |
| HSL | 256.08º | 0.42% | 0.55% | - |
| HSV(B) | 256.08º | 0.51% | 0.74% | - |
| XYZ | 20.48 | 15.18 | 49.99 | - |
| YUV | 110.83 | 172.11 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 189 | 0.38 | 0.51 | 0 | 0.26 | 256.08 | 0.42 | 0.55 |
| Hex | 76 | 5C | BD | 26 | 33 | 0 | 1A | 100 | 2A | 37 |
| Octal | 166 | 134 | 275 | 46 | 63 | 0 | 32 | 400 | 52 | 67 |
| Binary | 1110110 | 1011100 | 10111101 | 100110 | 110011 | 0 | 11010 | 100000000 | 101010 | 110111 |
Color Harmonies of #765CBD
Complementary color
Monochromatic Colors of #765CBD
Black with #765CBD
Text Example
Text Example
White with #765CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765CBD; }
p { color: rgb(118,92,189); }
H1.HeaderClassName
{
color: #765CBD;
}
.AnyTagClassName
{
color: #765CBD;
}
</style>
background-color css
<style>
a { background-color: #765CBD; }
a { background-color: rgb(118,92,189); }
div.DivClassName
{
background-color: #765CBD;
}
.BgClassName
{
background-color: #765CBD;
}
</style>
border-color css
<style>
span { border-color: #765CBD; }
span { border-color: rgb(118,92,189); }
td.TdClassName
{
border-color: #765CBD;
}
.TagClassName
{
border-color: #765CBD;
}
</style>