Shades of Blue Marguerite #7A68B4
Tints of Blue Marguerite #7A68B4
RGB
CMYK
RGB Variations
Color information
#7A68B4 (or 0x7A68B4) is known color: Blue Marguerite. HEX triplet: 7A, 68 and B4. RGB value is (122,104,180). Sum of RGB (Red+Green+Blue) = 122+104+180=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #7A68B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A68B4 is #85974B. Grayscale: #757575. Windows color (decimal): -8755020 or 11823226. OLE color: 11823226.
HSL color Cylindrical-coordinate representation of color #7A68B4: hue angle of 254.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A68B4 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 104 | 180 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.29 |
| HSL | 254.21º | 0.34% | 0.56% | - |
| HSV(B) | 254.21º | 0.42% | 0.71% | - |
| XYZ | 21.21 | 17.33 | 45.41 | - |
| YUV | 118.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 180 | 0.32 | 0.42 | 0 | 0.29 | 254.21 | 0.34 | 0.56 |
| Hex | 7A | 68 | B4 | 20 | 2A | 0 | 1D | FE | 22 | 38 |
| Octal | 172 | 150 | 264 | 40 | 52 | 0 | 35 | 376 | 42 | 70 |
| Binary | 1111010 | 1101000 | 10110100 | 100000 | 101010 | 0 | 11101 | 11111110 | 100010 | 111000 |
Color Harmonies of #7A68B4
Complementary color
Monochromatic Colors of #7A68B4
Black with #7A68B4
Text Example
Text Example
White with #7A68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A68B4; }
p { color: rgb(122,104,180); }
H1.HeaderClassName
{
color: #7A68B4;
}
.AnyTagClassName
{
color: #7A68B4;
}
</style>
background-color css
<style>
a { background-color: #7A68B4; }
a { background-color: rgb(122,104,180); }
div.DivClassName
{
background-color: #7A68B4;
}
.BgClassName
{
background-color: #7A68B4;
}
</style>
border-color css
<style>
span { border-color: #7A68B4; }
span { border-color: rgb(122,104,180); }
td.TdClassName
{
border-color: #7A68B4;
}
.TagClassName
{
border-color: #7A68B4;
}
</style>