Shades of Blue Marguerite #765BB8
Tints of Blue Marguerite #765BB8
RGB
CMYK
RGB Variations
Color information
#765BB8 (or 0x765BB8) is known color: Blue Marguerite. HEX triplet: 76, 5B and B8. RGB value is (118,91,184). Sum of RGB (Red+Green+Blue) = 118+91+184=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 184 - color contains mainly: blue. Hex color #765BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BB8 is #89A447. Grayscale: #6D6D6D. Windows color (decimal): -9020488 or 12082038. OLE color: 12082038.
HSL color Cylindrical-coordinate representation of color #765BB8: hue angle of 257.42º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #765BB8 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 91 | 184 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.28 |
| HSL | 257.42º | 0.4% | 0.54% | - |
| HSV(B) | 257.42º | 0.51% | 0.72% | - |
| XYZ | 19.86 | 14.79 | 47.16 | - |
| YUV | 109.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 184 | 0.36 | 0.51 | 0 | 0.28 | 257.42 | 0.4 | 0.54 |
| Hex | 76 | 5B | B8 | 24 | 33 | 0 | 1C | 101 | 28 | 36 |
| Octal | 166 | 133 | 270 | 44 | 63 | 0 | 34 | 401 | 50 | 66 |
| Binary | 1110110 | 1011011 | 10111000 | 100100 | 110011 | 0 | 11100 | 100000001 | 101000 | 110110 |
Color Harmonies of #765BB8
Complementary color
Monochromatic Colors of #765BB8
Black with #765BB8
Text Example
Text Example
White with #765BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BB8; }
p { color: rgb(118,91,184); }
H1.HeaderClassName
{
color: #765BB8;
}
.AnyTagClassName
{
color: #765BB8;
}
</style>
background-color css
<style>
a { background-color: #765BB8; }
a { background-color: rgb(118,91,184); }
div.DivClassName
{
background-color: #765BB8;
}
.BgClassName
{
background-color: #765BB8;
}
</style>
border-color css
<style>
span { border-color: #765BB8; }
span { border-color: rgb(118,91,184); }
td.TdClassName
{
border-color: #765BB8;
}
.TagClassName
{
border-color: #765BB8;
}
</style>