Shades of Blue Marguerite #7B62BE
Tints of Blue Marguerite #7B62BE
RGB
CMYK
RGB Variations
Color information
#7B62BE (or 0x7B62BE) is known color: Blue Marguerite. HEX triplet: 7B, 62 and BE. RGB value is (123,98,190). Sum of RGB (Red+Green+Blue) = 123+98+190=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B62BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B62BE is #849D41. Grayscale: #737373. Windows color (decimal): -8691010 or 12477051. OLE color: 12477051.
HSL color Cylindrical-coordinate representation of color #7B62BE: hue angle of 256.3º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B62BE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 98 | 190 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.25 |
| HSL | 256.3º | 0.41% | 0.56% | - |
| HSV(B) | 256.3º | 0.48% | 0.75% | - |
| XYZ | 21.83 | 16.66 | 50.78 | - |
| YUV | 115.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 98 | 190 | 0.35 | 0.48 | 0 | 0.25 | 256.3 | 0.41 | 0.56 |
| Hex | 7B | 62 | BE | 23 | 30 | 0 | 19 | 100 | 29 | 38 |
| Octal | 173 | 142 | 276 | 43 | 60 | 0 | 31 | 400 | 51 | 70 |
| Binary | 1111011 | 1100010 | 10111110 | 100011 | 110000 | 0 | 11001 | 100000000 | 101001 | 111000 |
Color Harmonies of #7B62BE
Complementary color
Monochromatic Colors of #7B62BE
Black with #7B62BE
Text Example
Text Example
White with #7B62BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B62BE; }
p { color: rgb(123,98,190); }
H1.HeaderClassName
{
color: #7B62BE;
}
.AnyTagClassName
{
color: #7B62BE;
}
</style>
background-color css
<style>
a { background-color: #7B62BE; }
a { background-color: rgb(123,98,190); }
div.DivClassName
{
background-color: #7B62BE;
}
.BgClassName
{
background-color: #7B62BE;
}
</style>
border-color css
<style>
span { border-color: #7B62BE; }
span { border-color: rgb(123,98,190); }
td.TdClassName
{
border-color: #7B62BE;
}
.TagClassName
{
border-color: #7B62BE;
}
</style>