Shades of Blue Marguerite #7465B1
Tints of Blue Marguerite #7465B1
RGB
CMYK
RGB Variations
Color information
#7465B1 (or 0x7465B1) is known color: Blue Marguerite. HEX triplet: 74, 65 and B1. RGB value is (116,101,177). Sum of RGB (Red+Green+Blue) = 116+101+177=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 177 - color contains mainly: blue. Hex color #7465B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7465B1 is #8B9A4E. Grayscale: #717171. Windows color (decimal): -9149007 or 11625844. OLE color: 11625844.
HSL color Cylindrical-coordinate representation of color #7465B1: hue angle of 251.84º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7465B1 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 101 | 177 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.31 |
| HSL | 251.84º | 0.33% | 0.55% | - |
| HSV(B) | 251.84º | 0.43% | 0.69% | - |
| XYZ | 19.79 | 16.19 | 43.68 | - |
| YUV | 114.15 | 163.47 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 177 | 0.34 | 0.43 | 0 | 0.31 | 251.84 | 0.33 | 0.55 |
| Hex | 74 | 65 | B1 | 22 | 2B | 0 | 1F | FC | 21 | 37 |
| Octal | 164 | 145 | 261 | 42 | 53 | 0 | 37 | 374 | 41 | 67 |
| Binary | 1110100 | 1100101 | 10110001 | 100010 | 101011 | 0 | 11111 | 11111100 | 100001 | 110111 |
Color Harmonies of #7465B1
Complementary color
Monochromatic Colors of #7465B1
Black with #7465B1
Text Example
Text Example
White with #7465B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7465B1; }
p { color: rgb(116,101,177); }
H1.HeaderClassName
{
color: #7465B1;
}
.AnyTagClassName
{
color: #7465B1;
}
</style>
background-color css
<style>
a { background-color: #7465B1; }
a { background-color: rgb(116,101,177); }
div.DivClassName
{
background-color: #7465B1;
}
.BgClassName
{
background-color: #7465B1;
}
</style>
border-color css
<style>
span { border-color: #7465B1; }
span { border-color: rgb(116,101,177); }
td.TdClassName
{
border-color: #7465B1;
}
.TagClassName
{
border-color: #7465B1;
}
</style>