Shades of Blue Marguerite #7467BE
Tints of Blue Marguerite #7467BE
RGB
CMYK
RGB Variations
Color information
#7467BE (or 0x7467BE) is known color: Blue Marguerite. HEX triplet: 74, 67 and BE. RGB value is (116,103,190). Sum of RGB (Red+Green+Blue) = 116+103+190=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #7467BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467BE is #8B9841. Grayscale: #747474. Windows color (decimal): -9148482 or 12478324. OLE color: 12478324.
HSL color Cylindrical-coordinate representation of color #7467BE: hue angle of 248.97º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7467BE is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 103 | 190 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.25 |
| HSL | 248.97º | 0.4% | 0.57% | - |
| HSV(B) | 248.97º | 0.46% | 0.75% | - |
| XYZ | 21.35 | 17.13 | 50.9 | - |
| YUV | 116.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 190 | 0.39 | 0.46 | 0 | 0.25 | 248.97 | 0.4 | 0.57 |
| Hex | 74 | 67 | BE | 27 | 2E | 0 | 19 | F9 | 28 | 39 |
| Octal | 164 | 147 | 276 | 47 | 56 | 0 | 31 | 371 | 50 | 71 |
| Binary | 1110100 | 1100111 | 10111110 | 100111 | 101110 | 0 | 11001 | 11111001 | 101000 | 111001 |
Color Harmonies of #7467BE
Complementary color
Monochromatic Colors of #7467BE
Black with #7467BE
Text Example
Text Example
White with #7467BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467BE; }
p { color: rgb(116,103,190); }
H1.HeaderClassName
{
color: #7467BE;
}
.AnyTagClassName
{
color: #7467BE;
}
</style>
background-color css
<style>
a { background-color: #7467BE; }
a { background-color: rgb(116,103,190); }
div.DivClassName
{
background-color: #7467BE;
}
.BgClassName
{
background-color: #7467BE;
}
</style>
border-color css
<style>
span { border-color: #7467BE; }
span { border-color: rgb(116,103,190); }
td.TdClassName
{
border-color: #7467BE;
}
.TagClassName
{
border-color: #7467BE;
}
</style>