Shades of Studio #7646BA
Tints of Studio #7646BA
RGB
CMYK
RGB Variations
Color information
#7646BA (or 0x7646BA) is known color: Studio. HEX triplet: 76, 46 and BA. RGB value is (118,70,186). Sum of RGB (Red+Green+Blue) = 118+70+186=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #7646BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7646BA is #89B945. Grayscale: #616161. Windows color (decimal): -9025862 or 12207734. OLE color: 12207734.
HSL color Cylindrical-coordinate representation of color #7646BA: hue angle of 264.83º degrees, saturation: 0.46, 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 #7646BA is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 70 | 186 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.27 |
| HSL | 264.83º | 0.46% | 0.5% | - |
| HSV(B) | 264.83º | 0.62% | 0.73% | - |
| XYZ | 18.52 | 11.78 | 47.75 | - |
| YUV | 97.58 | 177.9 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 186 | 0.37 | 0.62 | 0 | 0.27 | 264.83 | 0.46 | 0.5 |
| Hex | 76 | 46 | BA | 25 | 3E | 0 | 1B | 109 | 2E | 32 |
| Octal | 166 | 106 | 272 | 45 | 76 | 0 | 33 | 411 | 56 | 62 |
| Binary | 1110110 | 1000110 | 10111010 | 100101 | 111110 | 0 | 11011 | 100001001 | 101110 | 110010 |
Color Harmonies of #7646BA
Complementary color
Monochromatic Colors of #7646BA
Black with #7646BA
Text Example
Text Example
White with #7646BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7646BA; }
p { color: rgb(118,70,186); }
H1.HeaderClassName
{
color: #7646BA;
}
.AnyTagClassName
{
color: #7646BA;
}
</style>
background-color css
<style>
a { background-color: #7646BA; }
a { background-color: rgb(118,70,186); }
div.DivClassName
{
background-color: #7646BA;
}
.BgClassName
{
background-color: #7646BA;
}
</style>
border-color css
<style>
span { border-color: #7646BA; }
span { border-color: rgb(118,70,186); }
td.TdClassName
{
border-color: #7646BA;
}
.TagClassName
{
border-color: #7646BA;
}
</style>