Shades of Blue Marguerite #7B67B6
Tints of Blue Marguerite #7B67B6
RGB
CMYK
RGB Variations
Color information
#7B67B6 (or 0x7B67B6) is known color: Blue Marguerite. HEX triplet: 7B, 67 and B6. RGB value is (123,103,182). Sum of RGB (Red+Green+Blue) = 123+103+182=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B67B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B67B6 is #849849. Grayscale: #757575. Windows color (decimal): -8689738 or 11954043. OLE color: 11954043.
HSL color Cylindrical-coordinate representation of color #7B67B6: hue angle of 255.19º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B67B6 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 103 | 182 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.29 |
| HSL | 255.19º | 0.35% | 0.56% | - |
| HSV(B) | 255.19º | 0.43% | 0.71% | - |
| XYZ | 21.46 | 17.29 | 46.46 | - |
| YUV | 117.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 182 | 0.32 | 0.43 | 0 | 0.29 | 255.19 | 0.35 | 0.56 |
| Hex | 7B | 67 | B6 | 20 | 2B | 0 | 1D | FF | 23 | 38 |
| Octal | 173 | 147 | 266 | 40 | 53 | 0 | 35 | 377 | 43 | 70 |
| Binary | 1111011 | 1100111 | 10110110 | 100000 | 101011 | 0 | 11101 | 11111111 | 100011 | 111000 |
Color Harmonies of #7B67B6
Complementary color
Monochromatic Colors of #7B67B6
Black with #7B67B6
Text Example
Text Example
White with #7B67B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B67B6; }
p { color: rgb(123,103,182); }
H1.HeaderClassName
{
color: #7B67B6;
}
.AnyTagClassName
{
color: #7B67B6;
}
</style>
background-color css
<style>
a { background-color: #7B67B6; }
a { background-color: rgb(123,103,182); }
div.DivClassName
{
background-color: #7B67B6;
}
.BgClassName
{
background-color: #7B67B6;
}
</style>
border-color css
<style>
span { border-color: #7B67B6; }
span { border-color: rgb(123,103,182); }
td.TdClassName
{
border-color: #7B67B6;
}
.TagClassName
{
border-color: #7B67B6;
}
</style>