Shades of Blue Marguerite #7B66B6
Tints of Blue Marguerite #7B66B6
RGB
CMYK
RGB Variations
Color information
#7B66B6 (or 0x7B66B6) is known color: Blue Marguerite. HEX triplet: 7B, 66 and B6. RGB value is (123,102,182). Sum of RGB (Red+Green+Blue) = 123+102+182=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B66B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B66B6 is #849949. Grayscale: #757575. Windows color (decimal): -8689994 or 11953787. OLE color: 11953787.
HSL color Cylindrical-coordinate representation of color #7B66B6: hue angle of 255.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B66B6 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 102 | 182 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.29 |
| HSL | 255.75º | 0.35% | 0.56% | - |
| HSV(B) | 255.75º | 0.44% | 0.71% | - |
| XYZ | 21.36 | 17.09 | 46.43 | - |
| YUV | 117.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 182 | 0.32 | 0.44 | 0 | 0.29 | 255.75 | 0.35 | 0.56 |
| Hex | 7B | 66 | B6 | 20 | 2C | 0 | 1D | 100 | 23 | 38 |
| Octal | 173 | 146 | 266 | 40 | 54 | 0 | 35 | 400 | 43 | 70 |
| Binary | 1111011 | 1100110 | 10110110 | 100000 | 101100 | 0 | 11101 | 100000000 | 100011 | 111000 |
Color Harmonies of #7B66B6
Complementary color
Monochromatic Colors of #7B66B6
Black with #7B66B6
Text Example
Text Example
White with #7B66B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B66B6; }
p { color: rgb(123,102,182); }
H1.HeaderClassName
{
color: #7B66B6;
}
.AnyTagClassName
{
color: #7B66B6;
}
</style>
background-color css
<style>
a { background-color: #7B66B6; }
a { background-color: rgb(123,102,182); }
div.DivClassName
{
background-color: #7B66B6;
}
.BgClassName
{
background-color: #7B66B6;
}
</style>
border-color css
<style>
span { border-color: #7B66B6; }
span { border-color: rgb(123,102,182); }
td.TdClassName
{
border-color: #7B66B6;
}
.TagClassName
{
border-color: #7B66B6;
}
</style>