Shades of Blue Marguerite #7167B2
Tints of Blue Marguerite #7167B2
RGB
CMYK
RGB Variations
Color information
#7167B2 (or 0x7167B2) is known color: Blue Marguerite. HEX triplet: 71, 67 and B2. RGB value is (113,103,178). Sum of RGB (Red+Green+Blue) = 113+103+178=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 178 - color contains mainly: blue. Hex color #7167B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7167B2 is #8E984D. Grayscale: #727272. Windows color (decimal): -9345102 or 11691889. OLE color: 11691889.
HSL color Cylindrical-coordinate representation of color #7167B2: hue angle of 248º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7167B2 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 103 | 178 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.30 |
| HSL | 248º | 0.33% | 0.55% | - |
| HSV(B) | 248º | 0.42% | 0.7% | - |
| XYZ | 19.7 | 16.43 | 44.25 | - |
| YUV | 114.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 103 | 178 | 0.37 | 0.42 | 0 | 0.30 | 248 | 0.33 | 0.55 |
| Hex | 71 | 67 | B2 | 25 | 2A | 0 | 1E | F8 | 21 | 37 |
| Octal | 161 | 147 | 262 | 45 | 52 | 0 | 36 | 370 | 41 | 67 |
| Binary | 1110001 | 1100111 | 10110010 | 100101 | 101010 | 0 | 11110 | 11111000 | 100001 | 110111 |
Color Harmonies of #7167B2
Complementary color
Monochromatic Colors of #7167B2
Black with #7167B2
Text Example
Text Example
White with #7167B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7167B2; }
p { color: rgb(113,103,178); }
H1.HeaderClassName
{
color: #7167B2;
}
.AnyTagClassName
{
color: #7167B2;
}
</style>
background-color css
<style>
a { background-color: #7167B2; }
a { background-color: rgb(113,103,178); }
div.DivClassName
{
background-color: #7167B2;
}
.BgClassName
{
background-color: #7167B2;
}
</style>
border-color css
<style>
span { border-color: #7167B2; }
span { border-color: rgb(113,103,178); }
td.TdClassName
{
border-color: #7167B2;
}
.TagClassName
{
border-color: #7167B2;
}
</style>