Shades of Blue Marguerite #7B52BC
Tints of Blue Marguerite #7B52BC
RGB
CMYK
RGB Variations
Color information
#7B52BC (or 0x7B52BC) is known color: Blue Marguerite. HEX triplet: 7B, 52 and BC. RGB value is (123,82,188). Sum of RGB (Red+Green+Blue) = 123+82+188=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B52BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B52BC is #84AD43. Grayscale: #696969. Windows color (decimal): -8695108 or 12341883. OLE color: 12341883.
HSL color Cylindrical-coordinate representation of color #7B52BC: hue angle of 263.21º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B52BC is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 82 | 188 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.26 |
| HSL | 263.21º | 0.44% | 0.53% | - |
| HSV(B) | 263.21º | 0.56% | 0.74% | - |
| XYZ | 20.26 | 13.88 | 49.19 | - |
| YUV | 106.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 188 | 0.35 | 0.56 | 0 | 0.26 | 263.21 | 0.44 | 0.53 |
| Hex | 7B | 52 | BC | 23 | 38 | 0 | 1A | 107 | 2C | 35 |
| Octal | 173 | 122 | 274 | 43 | 70 | 0 | 32 | 407 | 54 | 65 |
| Binary | 1111011 | 1010010 | 10111100 | 100011 | 111000 | 0 | 11010 | 100000111 | 101100 | 110101 |
Color Harmonies of #7B52BC
Complementary color
Monochromatic Colors of #7B52BC
Black with #7B52BC
Text Example
Text Example
White with #7B52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B52BC; }
p { color: rgb(123,82,188); }
H1.HeaderClassName
{
color: #7B52BC;
}
.AnyTagClassName
{
color: #7B52BC;
}
</style>
background-color css
<style>
a { background-color: #7B52BC; }
a { background-color: rgb(123,82,188); }
div.DivClassName
{
background-color: #7B52BC;
}
.BgClassName
{
background-color: #7B52BC;
}
</style>
border-color css
<style>
span { border-color: #7B52BC; }
span { border-color: rgb(123,82,188); }
td.TdClassName
{
border-color: #7B52BC;
}
.TagClassName
{
border-color: #7B52BC;
}
</style>