Shades of Blue Marguerite #7B66BB
Tints of Blue Marguerite #7B66BB
RGB
CMYK
RGB Variations
Color information
#7B66BB (or 0x7B66BB) is known color: Blue Marguerite. HEX triplet: 7B, 66 and BB. RGB value is (123,102,187). Sum of RGB (Red+Green+Blue) = 123+102+187=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B66BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B66BB is #849944. Grayscale: #757575. Windows color (decimal): -8689989 or 12281467. OLE color: 12281467.
HSL color Cylindrical-coordinate representation of color #7B66BB: hue angle of 254.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B66BB is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 102 | 187 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.27 |
| HSL | 254.82º | 0.38% | 0.57% | - |
| HSV(B) | 254.82º | 0.45% | 0.73% | - |
| XYZ | 21.89 | 17.3 | 49.2 | - |
| YUV | 117.97 | 166.96 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 187 | 0.34 | 0.45 | 0 | 0.27 | 254.82 | 0.38 | 0.57 |
| Hex | 7B | 66 | BB | 22 | 2D | 0 | 1B | FF | 26 | 39 |
| Octal | 173 | 146 | 273 | 42 | 55 | 0 | 33 | 377 | 46 | 71 |
| Binary | 1111011 | 1100110 | 10111011 | 100010 | 101101 | 0 | 11011 | 11111111 | 100110 | 111001 |
Color Harmonies of #7B66BB
Complementary color
Monochromatic Colors of #7B66BB
Black with #7B66BB
Text Example
Text Example
White with #7B66BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B66BB; }
p { color: rgb(123,102,187); }
H1.HeaderClassName
{
color: #7B66BB;
}
.AnyTagClassName
{
color: #7B66BB;
}
</style>
background-color css
<style>
a { background-color: #7B66BB; }
a { background-color: rgb(123,102,187); }
div.DivClassName
{
background-color: #7B66BB;
}
.BgClassName
{
background-color: #7B66BB;
}
</style>
border-color css
<style>
span { border-color: #7B66BB; }
span { border-color: rgb(123,102,187); }
td.TdClassName
{
border-color: #7B66BB;
}
.TagClassName
{
border-color: #7B66BB;
}
</style>