Shades of Blue Marguerite #7565BB
Tints of Blue Marguerite #7565BB
RGB
CMYK
RGB Variations
Color information
#7565BB (or 0x7565BB) is known color: Blue Marguerite. HEX triplet: 75, 65 and BB. RGB value is (117,101,187). Sum of RGB (Red+Green+Blue) = 117+101+187=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #7565BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565BB is #8A9A44. Grayscale: #737373. Windows color (decimal): -9083461 or 12281205. OLE color: 12281205.
HSL color Cylindrical-coordinate representation of color #7565BB: hue angle of 251.16º 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 #7565BB is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 101 | 187 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.27 |
| HSL | 251.16º | 0.39% | 0.56% | - |
| HSV(B) | 251.16º | 0.46% | 0.73% | - |
| XYZ | 20.96 | 16.68 | 49.13 | - |
| YUV | 115.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 187 | 0.37 | 0.46 | 0 | 0.27 | 251.16 | 0.39 | 0.56 |
| Hex | 75 | 65 | BB | 25 | 2E | 0 | 1B | FB | 27 | 38 |
| Octal | 165 | 145 | 273 | 45 | 56 | 0 | 33 | 373 | 47 | 70 |
| Binary | 1110101 | 1100101 | 10111011 | 100101 | 101110 | 0 | 11011 | 11111011 | 100111 | 111000 |
Color Harmonies of #7565BB
Complementary color
Monochromatic Colors of #7565BB
Black with #7565BB
Text Example
Text Example
White with #7565BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565BB; }
p { color: rgb(117,101,187); }
H1.HeaderClassName
{
color: #7565BB;
}
.AnyTagClassName
{
color: #7565BB;
}
</style>
background-color css
<style>
a { background-color: #7565BB; }
a { background-color: rgb(117,101,187); }
div.DivClassName
{
background-color: #7565BB;
}
.BgClassName
{
background-color: #7565BB;
}
</style>
border-color css
<style>
span { border-color: #7565BB; }
span { border-color: rgb(117,101,187); }
td.TdClassName
{
border-color: #7565BB;
}
.TagClassName
{
border-color: #7565BB;
}
</style>