Shades of Blue Marguerite #765AB2
Tints of Blue Marguerite #765AB2
RGB
CMYK
RGB Variations
Color information
#765AB2 (or 0x765AB2) is known color: Blue Marguerite. HEX triplet: 76, 5A and B2. RGB value is (118,90,178). Sum of RGB (Red+Green+Blue) = 118+90+178=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #765AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AB2 is #89A54D. Grayscale: #6C6C6C. Windows color (decimal): -9020750 or 11688566. OLE color: 11688566.
HSL color Cylindrical-coordinate representation of color #765AB2: hue angle of 259.09º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #765AB2 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 90 | 178 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.30 |
| HSL | 259.09º | 0.36% | 0.53% | - |
| HSV(B) | 259.09º | 0.49% | 0.7% | - |
| XYZ | 19.16 | 14.38 | 43.88 | - |
| YUV | 108.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 178 | 0.34 | 0.49 | 0 | 0.30 | 259.09 | 0.36 | 0.53 |
| Hex | 76 | 5A | B2 | 22 | 31 | 0 | 1E | 103 | 24 | 35 |
| Octal | 166 | 132 | 262 | 42 | 61 | 0 | 36 | 403 | 44 | 65 |
| Binary | 1110110 | 1011010 | 10110010 | 100010 | 110001 | 0 | 11110 | 100000011 | 100100 | 110101 |
Color Harmonies of #765AB2
Complementary color
Monochromatic Colors of #765AB2
Black with #765AB2
Text Example
Text Example
White with #765AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765AB2; }
p { color: rgb(118,90,178); }
H1.HeaderClassName
{
color: #765AB2;
}
.AnyTagClassName
{
color: #765AB2;
}
</style>
background-color css
<style>
a { background-color: #765AB2; }
a { background-color: rgb(118,90,178); }
div.DivClassName
{
background-color: #765AB2;
}
.BgClassName
{
background-color: #765AB2;
}
</style>
border-color css
<style>
span { border-color: #765AB2; }
span { border-color: rgb(118,90,178); }
td.TdClassName
{
border-color: #765AB2;
}
.TagClassName
{
border-color: #765AB2;
}
</style>