Shades of Blue Marguerite #7467B1
Tints of Blue Marguerite #7467B1
RGB
CMYK
RGB Variations
Color information
#7467B1 (or 0x7467B1) is known color: Blue Marguerite. HEX triplet: 74, 67 and B1. RGB value is (116,103,177). Sum of RGB (Red+Green+Blue) = 116+103+177=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #7467B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7467B1 is #8B984E. Grayscale: #737373. Windows color (decimal): -9148495 or 11626356. OLE color: 11626356.
HSL color Cylindrical-coordinate representation of color #7467B1: hue angle of 250.54º 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 #7467B1 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 103 | 177 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.31 |
| HSL | 250.54º | 0.32% | 0.55% | - |
| HSV(B) | 250.54º | 0.42% | 0.69% | - |
| XYZ | 19.99 | 16.59 | 43.74 | - |
| YUV | 115.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 177 | 0.34 | 0.42 | 0 | 0.31 | 250.54 | 0.32 | 0.55 |
| Hex | 74 | 67 | B1 | 22 | 2A | 0 | 1F | FB | 20 | 37 |
| Octal | 164 | 147 | 261 | 42 | 52 | 0 | 37 | 373 | 40 | 67 |
| Binary | 1110100 | 1100111 | 10110001 | 100010 | 101010 | 0 | 11111 | 11111011 | 100000 | 110111 |
Color Harmonies of #7467B1
Complementary color
Monochromatic Colors of #7467B1
Black with #7467B1
Text Example
Text Example
White with #7467B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467B1; }
p { color: rgb(116,103,177); }
H1.HeaderClassName
{
color: #7467B1;
}
.AnyTagClassName
{
color: #7467B1;
}
</style>
background-color css
<style>
a { background-color: #7467B1; }
a { background-color: rgb(116,103,177); }
div.DivClassName
{
background-color: #7467B1;
}
.BgClassName
{
background-color: #7467B1;
}
</style>
border-color css
<style>
span { border-color: #7467B1; }
span { border-color: rgb(116,103,177); }
td.TdClassName
{
border-color: #7467B1;
}
.TagClassName
{
border-color: #7467B1;
}
</style>