Shades of Blue Marguerite #7867BB
Tints of Blue Marguerite #7867BB
RGB
CMYK
RGB Variations
Color information
#7867BB (or 0x7867BB) is known color: Blue Marguerite. HEX triplet: 78, 67 and BB. RGB value is (120,103,187). Sum of RGB (Red+Green+Blue) = 120+103+187=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #7867BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867BB is #879844. Grayscale: #757575. Windows color (decimal): -8886341 or 12281720. OLE color: 12281720.
HSL color Cylindrical-coordinate representation of color #7867BB: hue angle of 252.14º 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 #7867BB is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 103 | 187 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.27 |
| HSL | 252.14º | 0.38% | 0.57% | - |
| HSV(B) | 252.14º | 0.45% | 0.73% | - |
| XYZ | 21.57 | 17.28 | 49.21 | - |
| YUV | 117.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 187 | 0.36 | 0.45 | 0 | 0.27 | 252.14 | 0.38 | 0.57 |
| Hex | 78 | 67 | BB | 24 | 2D | 0 | 1B | FC | 26 | 39 |
| Octal | 170 | 147 | 273 | 44 | 55 | 0 | 33 | 374 | 46 | 71 |
| Binary | 1111000 | 1100111 | 10111011 | 100100 | 101101 | 0 | 11011 | 11111100 | 100110 | 111001 |
Color Harmonies of #7867BB
Complementary color
Monochromatic Colors of #7867BB
Black with #7867BB
Text Example
Text Example
White with #7867BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7867BB; }
p { color: rgb(120,103,187); }
H1.HeaderClassName
{
color: #7867BB;
}
.AnyTagClassName
{
color: #7867BB;
}
</style>
background-color css
<style>
a { background-color: #7867BB; }
a { background-color: rgb(120,103,187); }
div.DivClassName
{
background-color: #7867BB;
}
.BgClassName
{
background-color: #7867BB;
}
</style>
border-color css
<style>
span { border-color: #7867BB; }
span { border-color: rgb(120,103,187); }
td.TdClassName
{
border-color: #7867BB;
}
.TagClassName
{
border-color: #7867BB;
}
</style>