Shades of Blue Marguerite #7562B6
Tints of Blue Marguerite #7562B6
RGB
CMYK
RGB Variations
Color information
#7562B6 (or 0x7562B6) is known color: Blue Marguerite. HEX triplet: 75, 62 and B6. RGB value is (117,98,182). Sum of RGB (Red+Green+Blue) = 117+98+182=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 182 - color contains mainly: blue. Hex color #7562B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562B6 is #8A9D49. Grayscale: #707070. Windows color (decimal): -9084234 or 11952757. OLE color: 11952757.
HSL color Cylindrical-coordinate representation of color #7562B6: hue angle of 253.57º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7562B6 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 98 | 182 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.29 |
| HSL | 253.57º | 0.37% | 0.55% | - |
| HSV(B) | 253.57º | 0.46% | 0.71% | - |
| XYZ | 20.15 | 15.89 | 46.26 | - |
| YUV | 113.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 182 | 0.36 | 0.46 | 0 | 0.29 | 253.57 | 0.37 | 0.55 |
| Hex | 75 | 62 | B6 | 24 | 2E | 0 | 1D | FE | 25 | 37 |
| Octal | 165 | 142 | 266 | 44 | 56 | 0 | 35 | 376 | 45 | 67 |
| Binary | 1110101 | 1100010 | 10110110 | 100100 | 101110 | 0 | 11101 | 11111110 | 100101 | 110111 |
Color Harmonies of #7562B6
Complementary color
Monochromatic Colors of #7562B6
Black with #7562B6
Text Example
Text Example
White with #7562B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7562B6; }
p { color: rgb(117,98,182); }
H1.HeaderClassName
{
color: #7562B6;
}
.AnyTagClassName
{
color: #7562B6;
}
</style>
background-color css
<style>
a { background-color: #7562B6; }
a { background-color: rgb(117,98,182); }
div.DivClassName
{
background-color: #7562B6;
}
.BgClassName
{
background-color: #7562B6;
}
</style>
border-color css
<style>
span { border-color: #7562B6; }
span { border-color: rgb(117,98,182); }
td.TdClassName
{
border-color: #7562B6;
}
.TagClassName
{
border-color: #7562B6;
}
</style>