Shades of Blue Marguerite #7B5CBE
Tints of Blue Marguerite #7B5CBE
RGB
CMYK
RGB Variations
Color information
#7B5CBE (or 0x7B5CBE) is known color: Blue Marguerite. HEX triplet: 7B, 5C and BE. RGB value is (123,92,190). Sum of RGB (Red+Green+Blue) = 123+92+190=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B5CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CBE is #84A341. Grayscale: #707070. Windows color (decimal): -8692546 or 12475515. OLE color: 12475515.
HSL color Cylindrical-coordinate representation of color #7B5CBE: hue angle of 258.98º 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 #7B5CBE is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 92 | 190 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.25 |
| HSL | 258.98º | 0.43% | 0.55% | - |
| HSV(B) | 258.98º | 0.52% | 0.75% | - |
| XYZ | 21.29 | 15.58 | 50.6 | - |
| YUV | 112.44 | 171.77 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 190 | 0.35 | 0.52 | 0 | 0.25 | 258.98 | 0.43 | 0.55 |
| Hex | 7B | 5C | BE | 23 | 34 | 0 | 19 | 103 | 2B | 37 |
| Octal | 173 | 134 | 276 | 43 | 64 | 0 | 31 | 403 | 53 | 67 |
| Binary | 1111011 | 1011100 | 10111110 | 100011 | 110100 | 0 | 11001 | 100000011 | 101011 | 110111 |
Color Harmonies of #7B5CBE
Complementary color
Monochromatic Colors of #7B5CBE
Black with #7B5CBE
Text Example
Text Example
White with #7B5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CBE; }
p { color: rgb(123,92,190); }
H1.HeaderClassName
{
color: #7B5CBE;
}
.AnyTagClassName
{
color: #7B5CBE;
}
</style>
background-color css
<style>
a { background-color: #7B5CBE; }
a { background-color: rgb(123,92,190); }
div.DivClassName
{
background-color: #7B5CBE;
}
.BgClassName
{
background-color: #7B5CBE;
}
</style>
border-color css
<style>
span { border-color: #7B5CBE; }
span { border-color: rgb(123,92,190); }
td.TdClassName
{
border-color: #7B5CBE;
}
.TagClassName
{
border-color: #7B5CBE;
}
</style>