Shades of Studio #7649BA
Tints of Studio #7649BA
RGB
CMYK
RGB Variations
Color information
#7649BA (or 0x7649BA) is known color: Studio. HEX triplet: 76, 49 and BA. RGB value is (118,73,186). Sum of RGB (Red+Green+Blue) = 118+73+186=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #7649BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7649BA is #89B645. Grayscale: #626262. Windows color (decimal): -9025094 or 12208502. OLE color: 12208502.
HSL color Cylindrical-coordinate representation of color #7649BA: hue angle of 263.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7649BA is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 73 | 186 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.27 |
| HSL | 263.89º | 0.45% | 0.51% | - |
| HSV(B) | 263.89º | 0.61% | 0.73% | - |
| XYZ | 18.72 | 12.16 | 47.82 | - |
| YUV | 99.34 | 176.91 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 186 | 0.37 | 0.61 | 0 | 0.27 | 263.89 | 0.45 | 0.51 |
| Hex | 76 | 49 | BA | 25 | 3D | 0 | 1B | 108 | 2D | 33 |
| Octal | 166 | 111 | 272 | 45 | 75 | 0 | 33 | 410 | 55 | 63 |
| Binary | 1110110 | 1001001 | 10111010 | 100101 | 111101 | 0 | 11011 | 100001000 | 101101 | 110011 |
Color Harmonies of #7649BA
Complementary color
Monochromatic Colors of #7649BA
Black with #7649BA
Text Example
Text Example
White with #7649BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7649BA; }
p { color: rgb(118,73,186); }
H1.HeaderClassName
{
color: #7649BA;
}
.AnyTagClassName
{
color: #7649BA;
}
</style>
background-color css
<style>
a { background-color: #7649BA; }
a { background-color: rgb(118,73,186); }
div.DivClassName
{
background-color: #7649BA;
}
.BgClassName
{
background-color: #7649BA;
}
</style>
border-color css
<style>
span { border-color: #7649BA; }
span { border-color: rgb(118,73,186); }
td.TdClassName
{
border-color: #7649BA;
}
.TagClassName
{
border-color: #7649BA;
}
</style>