Shades of Studio #7647BA
Tints of Studio #7647BA
RGB
CMYK
RGB Variations
Color information
#7647BA (or 0x7647BA) is known color: Studio. HEX triplet: 76, 47 and BA. RGB value is (118,71,186). Sum of RGB (Red+Green+Blue) = 118+71+186=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #7647BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7647BA is #89B845. Grayscale: #616161. Windows color (decimal): -9025606 or 12207990. OLE color: 12207990.
HSL color Cylindrical-coordinate representation of color #7647BA: hue angle of 264.52º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7647BA is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 71 | 186 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.27 |
| HSL | 264.52º | 0.45% | 0.5% | - |
| HSV(B) | 264.52º | 0.62% | 0.73% | - |
| XYZ | 18.59 | 11.9 | 47.77 | - |
| YUV | 98.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 186 | 0.37 | 0.62 | 0 | 0.27 | 264.52 | 0.45 | 0.5 |
| Hex | 76 | 47 | BA | 25 | 3E | 0 | 1B | 109 | 2D | 32 |
| Octal | 166 | 107 | 272 | 45 | 76 | 0 | 33 | 411 | 55 | 62 |
| Binary | 1110110 | 1000111 | 10111010 | 100101 | 111110 | 0 | 11011 | 100001001 | 101101 | 110010 |
Color Harmonies of #7647BA
Complementary color
Monochromatic Colors of #7647BA
Black with #7647BA
Text Example
Text Example
White with #7647BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7647BA; }
p { color: rgb(118,71,186); }
H1.HeaderClassName
{
color: #7647BA;
}
.AnyTagClassName
{
color: #7647BA;
}
</style>
background-color css
<style>
a { background-color: #7647BA; }
a { background-color: rgb(118,71,186); }
div.DivClassName
{
background-color: #7647BA;
}
.BgClassName
{
background-color: #7647BA;
}
</style>
border-color css
<style>
span { border-color: #7647BA; }
span { border-color: rgb(118,71,186); }
td.TdClassName
{
border-color: #7647BA;
}
.TagClassName
{
border-color: #7647BA;
}
</style>