Shades of Blue Marguerite #7867B1
Tints of Blue Marguerite #7867B1
RGB
CMYK
RGB Variations
Color information
#7867B1 (or 0x7867B1) is known color: Blue Marguerite. HEX triplet: 78, 67 and B1. RGB value is (120,103,177). Sum of RGB (Red+Green+Blue) = 120+103+177=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #7867B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7867B1 is #87984E. Grayscale: #747474. Windows color (decimal): -8886351 or 11626360. OLE color: 11626360.
HSL color Cylindrical-coordinate representation of color #7867B1: hue angle of 253.78º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7867B1 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 103 | 177 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.31 |
| HSL | 253.78º | 0.32% | 0.55% | - |
| HSV(B) | 253.78º | 0.42% | 0.69% | - |
| XYZ | 20.53 | 16.87 | 43.77 | - |
| YUV | 116.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 177 | 0.32 | 0.42 | 0 | 0.31 | 253.78 | 0.32 | 0.55 |
| Hex | 78 | 67 | B1 | 20 | 2A | 0 | 1F | FE | 20 | 37 |
| Octal | 170 | 147 | 261 | 40 | 52 | 0 | 37 | 376 | 40 | 67 |
| Binary | 1111000 | 1100111 | 10110001 | 100000 | 101010 | 0 | 11111 | 11111110 | 100000 | 110111 |
Color Harmonies of #7867B1
Complementary color
Monochromatic Colors of #7867B1
Black with #7867B1
Text Example
Text Example
White with #7867B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7867B1; }
p { color: rgb(120,103,177); }
H1.HeaderClassName
{
color: #7867B1;
}
.AnyTagClassName
{
color: #7867B1;
}
</style>
background-color css
<style>
a { background-color: #7867B1; }
a { background-color: rgb(120,103,177); }
div.DivClassName
{
background-color: #7867B1;
}
.BgClassName
{
background-color: #7867B1;
}
</style>
border-color css
<style>
span { border-color: #7867B1; }
span { border-color: rgb(120,103,177); }
td.TdClassName
{
border-color: #7867B1;
}
.TagClassName
{
border-color: #7867B1;
}
</style>