Shades of Studio #7645BA
Tints of Studio #7645BA
RGB
CMYK
RGB Variations
Color information
#7645BA (or 0x7645BA) is known color: Studio. HEX triplet: 76, 45 and BA. RGB value is (118,69,186). Sum of RGB (Red+Green+Blue) = 118+69+186=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #7645BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7645BA is #89BA45. Grayscale: #606060. Windows color (decimal): -9026118 or 12207478. OLE color: 12207478.
HSL color Cylindrical-coordinate representation of color #7645BA: hue angle of 265.13º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7645BA is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 69 | 186 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.27 |
| HSL | 265.13º | 0.46% | 0.5% | - |
| HSV(B) | 265.13º | 0.63% | 0.73% | - |
| XYZ | 18.46 | 11.65 | 47.73 | - |
| YUV | 96.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 186 | 0.37 | 0.63 | 0 | 0.27 | 265.13 | 0.46 | 0.5 |
| Hex | 76 | 45 | BA | 25 | 3F | 0 | 1B | 109 | 2E | 32 |
| Octal | 166 | 105 | 272 | 45 | 77 | 0 | 33 | 411 | 56 | 62 |
| Binary | 1110110 | 1000101 | 10111010 | 100101 | 111111 | 0 | 11011 | 100001001 | 101110 | 110010 |
Color Harmonies of #7645BA
Complementary color
Monochromatic Colors of #7645BA
Black with #7645BA
Text Example
Text Example
White with #7645BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7645BA; }
p { color: rgb(118,69,186); }
H1.HeaderClassName
{
color: #7645BA;
}
.AnyTagClassName
{
color: #7645BA;
}
</style>
background-color css
<style>
a { background-color: #7645BA; }
a { background-color: rgb(118,69,186); }
div.DivClassName
{
background-color: #7645BA;
}
.BgClassName
{
background-color: #7645BA;
}
</style>
border-color css
<style>
span { border-color: #7645BA; }
span { border-color: rgb(118,69,186); }
td.TdClassName
{
border-color: #7645BA;
}
.TagClassName
{
border-color: #7645BA;
}
</style>