Shades of Blue Marguerite #7866B4
Tints of Blue Marguerite #7866B4
RGB
CMYK
RGB Variations
Color information
#7866B4 (or 0x7866B4) is known color: Blue Marguerite. HEX triplet: 78, 66 and B4. RGB value is (120,102,180). Sum of RGB (Red+Green+Blue) = 120+102+180=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #7866B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7866B4 is #87994B. Grayscale: #737373. Windows color (decimal): -8886604 or 11822712. OLE color: 11822712.
HSL color Cylindrical-coordinate representation of color #7866B4: hue angle of 253.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7866B4 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 102 | 180 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.29 |
| HSL | 253.85º | 0.34% | 0.55% | - |
| HSV(B) | 253.85º | 0.43% | 0.71% | - |
| XYZ | 20.74 | 16.79 | 45.33 | - |
| YUV | 116.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 180 | 0.33 | 0.43 | 0 | 0.29 | 253.85 | 0.34 | 0.55 |
| Hex | 78 | 66 | B4 | 21 | 2B | 0 | 1D | FE | 22 | 37 |
| Octal | 170 | 146 | 264 | 41 | 53 | 0 | 35 | 376 | 42 | 67 |
| Binary | 1111000 | 1100110 | 10110100 | 100001 | 101011 | 0 | 11101 | 11111110 | 100010 | 110111 |
Color Harmonies of #7866B4
Complementary color
Monochromatic Colors of #7866B4
Black with #7866B4
Text Example
Text Example
White with #7866B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7866B4; }
p { color: rgb(120,102,180); }
H1.HeaderClassName
{
color: #7866B4;
}
.AnyTagClassName
{
color: #7866B4;
}
</style>
background-color css
<style>
a { background-color: #7866B4; }
a { background-color: rgb(120,102,180); }
div.DivClassName
{
background-color: #7866B4;
}
.BgClassName
{
background-color: #7866B4;
}
</style>
border-color css
<style>
span { border-color: #7866B4; }
span { border-color: rgb(120,102,180); }
td.TdClassName
{
border-color: #7866B4;
}
.TagClassName
{
border-color: #7866B4;
}
</style>