Shades of Blue Marguerite #765BBB
Tints of Blue Marguerite #765BBB
RGB
CMYK
RGB Variations
Color information
#765BBB (or 0x765BBB) is known color: Blue Marguerite. HEX triplet: 76, 5B and BB. RGB value is (118,91,187). Sum of RGB (Red+Green+Blue) = 118+91+187=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #765BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BBB is #89A444. Grayscale: #6D6D6D. Windows color (decimal): -9020485 or 12278646. OLE color: 12278646.
HSL color Cylindrical-coordinate representation of color #765BBB: hue angle of 256.88º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #765BBB is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 91 | 187 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.27 |
| HSL | 256.88º | 0.41% | 0.55% | - |
| HSV(B) | 256.88º | 0.51% | 0.73% | - |
| XYZ | 20.18 | 14.92 | 48.83 | - |
| YUV | 110.02 | 171.45 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 187 | 0.37 | 0.51 | 0 | 0.27 | 256.88 | 0.41 | 0.55 |
| Hex | 76 | 5B | BB | 25 | 33 | 0 | 1B | 101 | 29 | 37 |
| Octal | 166 | 133 | 273 | 45 | 63 | 0 | 33 | 401 | 51 | 67 |
| Binary | 1110110 | 1011011 | 10111011 | 100101 | 110011 | 0 | 11011 | 100000001 | 101001 | 110111 |
Color Harmonies of #765BBB
Complementary color
Monochromatic Colors of #765BBB
Black with #765BBB
Text Example
Text Example
White with #765BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BBB; }
p { color: rgb(118,91,187); }
H1.HeaderClassName
{
color: #765BBB;
}
.AnyTagClassName
{
color: #765BBB;
}
</style>
background-color css
<style>
a { background-color: #765BBB; }
a { background-color: rgb(118,91,187); }
div.DivClassName
{
background-color: #765BBB;
}
.BgClassName
{
background-color: #765BBB;
}
</style>
border-color css
<style>
span { border-color: #765BBB; }
span { border-color: rgb(118,91,187); }
td.TdClassName
{
border-color: #765BBB;
}
.TagClassName
{
border-color: #765BBB;
}
</style>