Shades of Blue Marguerite #7565B2
Tints of Blue Marguerite #7565B2
RGB
CMYK
RGB Variations
Color information
#7565B2 (or 0x7565B2) is known color: Blue Marguerite. HEX triplet: 75, 65 and B2. RGB value is (117,101,178). Sum of RGB (Red+Green+Blue) = 117+101+178=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #7565B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7565B2 is #8A9A4D. Grayscale: #727272. Windows color (decimal): -9083470 or 11691381. OLE color: 11691381.
HSL color Cylindrical-coordinate representation of color #7565B2: hue angle of 252.47º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7565B2 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 101 | 178 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.30 |
| HSL | 252.47º | 0.33% | 0.55% | - |
| HSV(B) | 252.47º | 0.43% | 0.7% | - |
| XYZ | 20.03 | 16.3 | 44.21 | - |
| YUV | 114.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 178 | 0.34 | 0.43 | 0 | 0.30 | 252.47 | 0.33 | 0.55 |
| Hex | 75 | 65 | B2 | 22 | 2B | 0 | 1E | FC | 21 | 37 |
| Octal | 165 | 145 | 262 | 42 | 53 | 0 | 36 | 374 | 41 | 67 |
| Binary | 1110101 | 1100101 | 10110010 | 100010 | 101011 | 0 | 11110 | 11111100 | 100001 | 110111 |
Color Harmonies of #7565B2
Complementary color
Monochromatic Colors of #7565B2
Black with #7565B2
Text Example
Text Example
White with #7565B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565B2; }
p { color: rgb(117,101,178); }
H1.HeaderClassName
{
color: #7565B2;
}
.AnyTagClassName
{
color: #7565B2;
}
</style>
background-color css
<style>
a { background-color: #7565B2; }
a { background-color: rgb(117,101,178); }
div.DivClassName
{
background-color: #7565B2;
}
.BgClassName
{
background-color: #7565B2;
}
</style>
border-color css
<style>
span { border-color: #7565B2; }
span { border-color: rgb(117,101,178); }
td.TdClassName
{
border-color: #7565B2;
}
.TagClassName
{
border-color: #7565B2;
}
</style>