Shades of Blue Marguerite #765BBE
Tints of Blue Marguerite #765BBE
RGB
CMYK
RGB Variations
Color information
#765BBE (or 0x765BBE) is known color: Blue Marguerite. HEX triplet: 76, 5B and BE. RGB value is (118,91,190). Sum of RGB (Red+Green+Blue) = 118+91+190=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #765BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BBE is #89A441. Grayscale: #6D6D6D. Windows color (decimal): -9020482 or 12475254. OLE color: 12475254.
HSL color Cylindrical-coordinate representation of color #765BBE: hue angle of 256.36º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #765BBE is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 91 | 190 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.25 |
| HSL | 256.36º | 0.43% | 0.55% | - |
| HSV(B) | 256.36º | 0.52% | 0.75% | - |
| XYZ | 20.51 | 15.05 | 50.54 | - |
| YUV | 110.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 190 | 0.38 | 0.52 | 0 | 0.25 | 256.36 | 0.43 | 0.55 |
| Hex | 76 | 5B | BE | 26 | 34 | 0 | 19 | 100 | 2B | 37 |
| Octal | 166 | 133 | 276 | 46 | 64 | 0 | 31 | 400 | 53 | 67 |
| Binary | 1110110 | 1011011 | 10111110 | 100110 | 110100 | 0 | 11001 | 100000000 | 101011 | 110111 |
Color Harmonies of #765BBE
Complementary color
Monochromatic Colors of #765BBE
Black with #765BBE
Text Example
Text Example
White with #765BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BBE; }
p { color: rgb(118,91,190); }
H1.HeaderClassName
{
color: #765BBE;
}
.AnyTagClassName
{
color: #765BBE;
}
</style>
background-color css
<style>
a { background-color: #765BBE; }
a { background-color: rgb(118,91,190); }
div.DivClassName
{
background-color: #765BBE;
}
.BgClassName
{
background-color: #765BBE;
}
</style>
border-color css
<style>
span { border-color: #765BBE; }
span { border-color: rgb(118,91,190); }
td.TdClassName
{
border-color: #765BBE;
}
.TagClassName
{
border-color: #765BBE;
}
</style>