Shades of Blue Marguerite #7265BB
Tints of Blue Marguerite #7265BB
RGB
CMYK
RGB Variations
Color information
#7265BB (or 0x7265BB) is known color: Blue Marguerite. HEX triplet: 72, 65 and BB. RGB value is (114,101,187). Sum of RGB (Red+Green+Blue) = 114+101+187=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #7265BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265BB is #8D9A44. Grayscale: #727272. Windows color (decimal): -9280069 or 12281202. OLE color: 12281202.
HSL color Cylindrical-coordinate representation of color #7265BB: hue angle of 249.07º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7265BB is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 101 | 187 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.27 |
| HSL | 249.07º | 0.39% | 0.56% | - |
| HSV(B) | 249.07º | 0.46% | 0.73% | - |
| XYZ | 20.56 | 16.47 | 49.11 | - |
| YUV | 114.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 187 | 0.39 | 0.46 | 0 | 0.27 | 249.07 | 0.39 | 0.56 |
| Hex | 72 | 65 | BB | 27 | 2E | 0 | 1B | F9 | 27 | 38 |
| Octal | 162 | 145 | 273 | 47 | 56 | 0 | 33 | 371 | 47 | 70 |
| Binary | 1110010 | 1100101 | 10111011 | 100111 | 101110 | 0 | 11011 | 11111001 | 100111 | 111000 |
Color Harmonies of #7265BB
Complementary color
Monochromatic Colors of #7265BB
Black with #7265BB
Text Example
Text Example
White with #7265BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7265BB; }
p { color: rgb(114,101,187); }
H1.HeaderClassName
{
color: #7265BB;
}
.AnyTagClassName
{
color: #7265BB;
}
</style>
background-color css
<style>
a { background-color: #7265BB; }
a { background-color: rgb(114,101,187); }
div.DivClassName
{
background-color: #7265BB;
}
.BgClassName
{
background-color: #7265BB;
}
</style>
border-color css
<style>
span { border-color: #7265BB; }
span { border-color: rgb(114,101,187); }
td.TdClassName
{
border-color: #7265BB;
}
.TagClassName
{
border-color: #7265BB;
}
</style>