Shades of Blue Marguerite #7B62B4
Tints of Blue Marguerite #7B62B4
RGB
CMYK
RGB Variations
Color information
#7B62B4 (or 0x7B62B4) is known color: Blue Marguerite. HEX triplet: 7B, 62 and B4. RGB value is (123,98,180). Sum of RGB (Red+Green+Blue) = 123+98+180=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #7B62B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B62B4 is #849D4B. Grayscale: #727272. Windows color (decimal): -8691020 or 11821691. OLE color: 11821691.
HSL color Cylindrical-coordinate representation of color #7B62B4: hue angle of 258.29º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B62B4 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 98 | 180 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.29 |
| HSL | 258.29º | 0.35% | 0.55% | - |
| HSV(B) | 258.29º | 0.46% | 0.71% | - |
| XYZ | 20.77 | 16.24 | 45.22 | - |
| YUV | 114.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 98 | 180 | 0.32 | 0.46 | 0 | 0.29 | 258.29 | 0.35 | 0.55 |
| Hex | 7B | 62 | B4 | 20 | 2E | 0 | 1D | 102 | 23 | 37 |
| Octal | 173 | 142 | 264 | 40 | 56 | 0 | 35 | 402 | 43 | 67 |
| Binary | 1111011 | 1100010 | 10110100 | 100000 | 101110 | 0 | 11101 | 100000010 | 100011 | 110111 |
Color Harmonies of #7B62B4
Complementary color
Monochromatic Colors of #7B62B4
Black with #7B62B4
Text Example
Text Example
White with #7B62B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B62B4; }
p { color: rgb(123,98,180); }
H1.HeaderClassName
{
color: #7B62B4;
}
.AnyTagClassName
{
color: #7B62B4;
}
</style>
background-color css
<style>
a { background-color: #7B62B4; }
a { background-color: rgb(123,98,180); }
div.DivClassName
{
background-color: #7B62B4;
}
.BgClassName
{
background-color: #7B62B4;
}
</style>
border-color css
<style>
span { border-color: #7B62B4; }
span { border-color: rgb(123,98,180); }
td.TdClassName
{
border-color: #7B62B4;
}
.TagClassName
{
border-color: #7B62B4;
}
</style>