Shades of Blue Marguerite #7B53BE
Tints of Blue Marguerite #7B53BE
RGB
CMYK
RGB Variations
Color information
#7B53BE (or 0x7B53BE) is known color: Blue Marguerite. HEX triplet: 7B, 53 and BE. RGB value is (123,83,190). Sum of RGB (Red+Green+Blue) = 123+83+190=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B53BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B53BE is #84AC41. Grayscale: #6A6A6A. Windows color (decimal): -8694850 or 12473211. OLE color: 12473211.
HSL color Cylindrical-coordinate representation of color #7B53BE: hue angle of 262.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B53BE is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 83 | 190 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.25 |
| HSL | 262.43º | 0.45% | 0.54% | - |
| HSV(B) | 262.43º | 0.56% | 0.75% | - |
| XYZ | 20.56 | 14.12 | 50.36 | - |
| YUV | 107.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 190 | 0.35 | 0.56 | 0 | 0.25 | 262.43 | 0.45 | 0.54 |
| Hex | 7B | 53 | BE | 23 | 38 | 0 | 19 | 106 | 2D | 36 |
| Octal | 173 | 123 | 276 | 43 | 70 | 0 | 31 | 406 | 55 | 66 |
| Binary | 1111011 | 1010011 | 10111110 | 100011 | 111000 | 0 | 11001 | 100000110 | 101101 | 110110 |
Color Harmonies of #7B53BE
Complementary color
Monochromatic Colors of #7B53BE
Black with #7B53BE
Text Example
Text Example
White with #7B53BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B53BE; }
p { color: rgb(123,83,190); }
H1.HeaderClassName
{
color: #7B53BE;
}
.AnyTagClassName
{
color: #7B53BE;
}
</style>
background-color css
<style>
a { background-color: #7B53BE; }
a { background-color: rgb(123,83,190); }
div.DivClassName
{
background-color: #7B53BE;
}
.BgClassName
{
background-color: #7B53BE;
}
</style>
border-color css
<style>
span { border-color: #7B53BE; }
span { border-color: rgb(123,83,190); }
td.TdClassName
{
border-color: #7B53BE;
}
.TagClassName
{
border-color: #7B53BE;
}
</style>