Shades of Blue Marguerite #7167B4
Tints of Blue Marguerite #7167B4
RGB
CMYK
RGB Variations
Color information
#7167B4 (or 0x7167B4) is known color: Blue Marguerite. HEX triplet: 71, 67 and B4. RGB value is (113,103,180). Sum of RGB (Red+Green+Blue) = 113+103+180=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #7167B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7167B4 is #8E984B. Grayscale: #727272. Windows color (decimal): -9345100 or 11822961. OLE color: 11822961.
HSL color Cylindrical-coordinate representation of color #7167B4: hue angle of 247.79º 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 #7167B4 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 103 | 180 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.29 |
| HSL | 247.79º | 0.34% | 0.55% | - |
| HSV(B) | 247.79º | 0.43% | 0.71% | - |
| XYZ | 19.9 | 16.51 | 45.32 | - |
| YUV | 114.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 103 | 180 | 0.37 | 0.43 | 0 | 0.29 | 247.79 | 0.34 | 0.55 |
| Hex | 71 | 67 | B4 | 25 | 2B | 0 | 1D | F8 | 22 | 37 |
| Octal | 161 | 147 | 264 | 45 | 53 | 0 | 35 | 370 | 42 | 67 |
| Binary | 1110001 | 1100111 | 10110100 | 100101 | 101011 | 0 | 11101 | 11111000 | 100010 | 110111 |
Color Harmonies of #7167B4
Complementary color
Monochromatic Colors of #7167B4
Black with #7167B4
Text Example
Text Example
White with #7167B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7167B4; }
p { color: rgb(113,103,180); }
H1.HeaderClassName
{
color: #7167B4;
}
.AnyTagClassName
{
color: #7167B4;
}
</style>
background-color css
<style>
a { background-color: #7167B4; }
a { background-color: rgb(113,103,180); }
div.DivClassName
{
background-color: #7167B4;
}
.BgClassName
{
background-color: #7167B4;
}
</style>
border-color css
<style>
span { border-color: #7167B4; }
span { border-color: rgb(113,103,180); }
td.TdClassName
{
border-color: #7167B4;
}
.TagClassName
{
border-color: #7167B4;
}
</style>