Shades of Blue Marguerite #7B5CAE
Tints of Blue Marguerite #7B5CAE
RGB
CMYK
RGB Variations
Color information
#7B5CAE (or 0x7B5CAE) is known color: Blue Marguerite. HEX triplet: 7B, 5C and AE. RGB value is (123,92,174). Sum of RGB (Red+Green+Blue) = 123+92+174=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B5CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5CAE is #84A351. Grayscale: #6E6E6E. Windows color (decimal): -8692562 or 11426939. OLE color: 11426939.
HSL color Cylindrical-coordinate representation of color #7B5CAE: hue angle of 262.68º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B5CAE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 92 | 174 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.32 |
| HSL | 262.68º | 0.34% | 0.52% | - |
| HSV(B) | 262.68º | 0.47% | 0.68% | - |
| XYZ | 19.64 | 14.92 | 41.89 | - |
| YUV | 110.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 174 | 0.29 | 0.47 | 0 | 0.32 | 262.68 | 0.34 | 0.52 |
| Hex | 7B | 5C | AE | 1D | 2F | 0 | 20 | 107 | 22 | 34 |
| Octal | 173 | 134 | 256 | 35 | 57 | 0 | 40 | 407 | 42 | 64 |
| Binary | 1111011 | 1011100 | 10101110 | 11101 | 101111 | 0 | 100000 | 100000111 | 100010 | 110100 |
Color Harmonies of #7B5CAE
Complementary color
Monochromatic Colors of #7B5CAE
Black with #7B5CAE
Text Example
Text Example
White with #7B5CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CAE; }
p { color: rgb(123,92,174); }
H1.HeaderClassName
{
color: #7B5CAE;
}
.AnyTagClassName
{
color: #7B5CAE;
}
</style>
background-color css
<style>
a { background-color: #7B5CAE; }
a { background-color: rgb(123,92,174); }
div.DivClassName
{
background-color: #7B5CAE;
}
.BgClassName
{
background-color: #7B5CAE;
}
</style>
border-color css
<style>
span { border-color: #7B5CAE; }
span { border-color: rgb(123,92,174); }
td.TdClassName
{
border-color: #7B5CAE;
}
.TagClassName
{
border-color: #7B5CAE;
}
</style>