Shades of Blue Marguerite #7653BD
Tints of Blue Marguerite #7653BD
RGB
CMYK
RGB Variations
Color information
#7653BD (or 0x7653BD) is known color: Blue Marguerite. HEX triplet: 76, 53 and BD. RGB value is (118,83,189). Sum of RGB (Red+Green+Blue) = 118+83+189=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #7653BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7653BD is #89AC42. Grayscale: #696969. Windows color (decimal): -9022531 or 12407670. OLE color: 12407670.
HSL color Cylindrical-coordinate representation of color #7653BD: hue angle of 259.81º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7653BD is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 83 | 189 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.26 |
| HSL | 259.81º | 0.45% | 0.53% | - |
| HSV(B) | 259.81º | 0.56% | 0.74% | - |
| XYZ | 19.75 | 13.71 | 49.75 | - |
| YUV | 105.55 | 175.1 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 189 | 0.38 | 0.56 | 0 | 0.26 | 259.81 | 0.45 | 0.53 |
| Hex | 76 | 53 | BD | 26 | 38 | 0 | 1A | 104 | 2D | 35 |
| Octal | 166 | 123 | 275 | 46 | 70 | 0 | 32 | 404 | 55 | 65 |
| Binary | 1110110 | 1010011 | 10111101 | 100110 | 111000 | 0 | 11010 | 100000100 | 101101 | 110101 |
Color Harmonies of #7653BD
Complementary color
Monochromatic Colors of #7653BD
Black with #7653BD
Text Example
Text Example
White with #7653BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7653BD; }
p { color: rgb(118,83,189); }
H1.HeaderClassName
{
color: #7653BD;
}
.AnyTagClassName
{
color: #7653BD;
}
</style>
background-color css
<style>
a { background-color: #7653BD; }
a { background-color: rgb(118,83,189); }
div.DivClassName
{
background-color: #7653BD;
}
.BgClassName
{
background-color: #7653BD;
}
</style>
border-color css
<style>
span { border-color: #7653BD; }
span { border-color: rgb(118,83,189); }
td.TdClassName
{
border-color: #7653BD;
}
.TagClassName
{
border-color: #7653BD;
}
</style>